study/first_study/Library/PackageCache/com.unity.timeline@7f8b2fb101b6/Editor/Actions/IMenuName.cs

10 lines
119 B
C#
Raw Normal View History

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