Rasagar/Library/PackageCache/com.unity.timeline/Editor/Actions/IMenuName.cs

10 lines
119 B
C#
Raw Normal View History

2024-08-26 13:07:20 -07:00
using System;
namespace UnityEditor.Timeline
{
interface IMenuName
{
string menuName { get; }
}
}