Files

10 lines
213 B
C#
Raw Permalink Normal View History

2026-04-20 12:06:34 +08:00
namespace BallKingdomCrush
{
public static partial class GameMsg
{
public const string NAME = "GameMsg";
public const uint BASE = 0;
private static uint Cursor_BASE = BASE;
}
}