Files
CartoonFPS/Library/PackageCache/com.unity.timeline@c58b4ee65782/Editor/Actions/IMenuName.cs

10 lines
119 B
C#
Raw Normal View History

2025-08-05 09:30:40 +01:00
using System;
namespace UnityEditor.Timeline
{
interface IMenuName
{
string menuName { get; }
}
}