Files
Bombaleila/Library/PackageCache/com.unity.timeline@7f8b2fb101b6/Editor/Actions/IMenuName.cs
2026-03-03 00:39:30 +05:00

10 lines
119 B
C#

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