ZMWSLI0-SL2021-GR11/Projekt/MWSProjekt/Library/PackageCache/com.unity.timeline@1.5.4/Editor/Actions/IMenuName.cs

10 lines
119 B
C#

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