MyBook/Library/PackageCache/com.unity.timeline@1.6.5/Editor/Actions/IMenuName.cs
2025-03-22 15:17:36 +08:00

10 lines
119 B
C#

using System;
namespace UnityEditor.Timeline
{
interface IMenuName
{
string menuName { get; }
}
}