Files

10 lines
208 B
C#
Raw Permalink Normal View History

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