3
1
ProjektMWS/Projekt MWS/Library/PackageCache/com.unity.timeline@1.4.6/Editor/Actions/IMenuName.cs
2021-06-28 19:31:12 +02:00

10 lines
119 B
C#

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