Unity-jump-proj
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEditor.Timeline
|
||||
{
|
||||
interface IMenuName
|
||||
{
|
||||
string menuName { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user