10 lines
213 B
C#
10 lines
213 B
C#
namespace BallKingdomCrush
|
|
{
|
|
public static partial class GameMsg
|
|
{
|
|
public const string NAME = "GameMsg";
|
|
public const uint BASE = 0;
|
|
private static uint Cursor_BASE = BASE;
|
|
|
|
}
|
|
} |