WuhuIslandTesting/Library/PackageCache/com.unity.timeline@1.6.4/Editor/Actions/IMenuName.cs

10 lines
119 B
C#
Raw Normal View History

2025-01-07 02:06:59 +01:00
using System;
namespace UnityEditor.Timeline
{
interface IMenuName
{
string menuName { get; }
}
}