Files
2026-04-20 12:06:34 +08:00

9 lines
216 B
C#

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