namespace AppGame.Systems.CServer { /// /// 客户端角色 /// public enum JNGClientRole : int { Player, //玩家 SlaveServer //从服务器 } }