StellarXipher/Library/PackageCache/com.unity.timeline@c58b4ee65782/Editor/Actions/IMenuName.cs
2025-02-06 16:45:46 -05:00

10 lines
119 B
C#

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