using Plugins.JNGame.Network.Action; namespace AppGame { public enum GActionEnum : int { //绑定客户端Id BindClientID } }