Files

9 lines
211 B
C#
Raw Permalink Normal View History

namespace RedHotRoast
2026-04-22 09:52:55 +08:00
{
public static partial class UICtrlMsg
{
public const string NAME = "UICtrlMsg";
public const uint BASE = 0;
private static uint Cursor_BASE = BASE;
}
}