Files
ArrowBeatTap-Gp/Assets/Scripts/Define/Message/UICtrlMsg_Base_0-9999.cs
T

9 lines
212 B
C#
Raw Normal View History

namespace ChillConnect
{
public static partial class UICtrlMsg
{
public const string NAME = "UICtrlMsg";
public const uint BASE = 0;
private static uint Cursor_BASE = BASE;
}
}