namespace GFGGame { public class GameProtoId { public const int GET_ROLE_INFO = 1; public const int CREATE_ROLE = 2; public const int UPDATE_TREASURE = 3; public const int UPDATE_STORY_PROGRESS = 4; public const int GET_STORY_SCORE_LIST = 5; public const int UPDATE_STORY_SCORE = 6; public const int GET_STORY_STAR_LIST = 7; public const int UPDATE_STORY_STAR = 8; // public const int GET_ROLE_SUIT_LIST = 9; public const int UPDATE_ROLE_SUIT = 10; public const int UPDATE_ROLE_SUIT_INDEX = 11; // public const int GET_ROLE_ITEM_LIST = 12; public const int UPDATE_ROLE_ITEMS = 13; public const int UPDATE_ROLE_GUIDE = 14; public const int GET_TIME = 15;//心跳 public const int UPDATE_RECHARGE_TIME = 16; public const int UPDATE_RECOMMEND_COUNT = 17; public const int UPDATE_SYSTEM_SUIT_BOX_STATUS = 18; public const int UPDATE_ROLE_CARD = 19; } }