Files

10 lines
209 B
C#
Raw Permalink Normal View History

2026-06-25 15:22:28 +08:00
namespace ChillConnect
{
public static partial class GameMsg
{
public const string NAME = "GameMsg";
public const uint BASE = 0;
private static uint Cursor_BASE = BASE;
}
}