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

10 lines
119 B
C#
Raw Permalink Normal View History

2024-10-27 10:53:47 +03:00
using System;
namespace UnityEditor.Timeline
{
interface IMenuName
{
string menuName { get; }
}
}