namespace GameFix.Mahjong { public static class MahjongStatic { /// /// 最大玩家数量 /// public const int MaxPlayerCnt = 4; /// /// 最大手牌数量 /// public const int MaxShouPaiCnt = 14; /// /// 最大的出牌数量 /// public const int MaxPaiOutCnt = 60; } }