Files

10 lines
214 B
C#
Raw Permalink Normal View History

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