Files

9 lines
216 B
C#
Raw Permalink Normal View History

namespace ZooMatch
2026-06-02 10:26:44 +08:00
{
public static partial class UICtrlMsg
{
public const string NAME = "UICtrlMsg";
public const uint BASE = 0;
private static uint Cursor_BASE = BASE;
}
}