SquareDash/Library/PackageCache/com.unity.timeline@1.8.6/Editor/Actions/IMenuName.cs
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

10 lines
119 B
C#

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