public class Cmd_Server2Client
{
	public const short LOGIN_SUCESS = 3;

	public const short LOGIN_FAIL = 4;

	public const short CHAT_TO = 5;

	public const short ROOM_LIST = 6;

	public const short BOARD_LIST = 7;

	public const short JOINBOARD_SUCCESS = 8;

	public const short SOMEONE_JOINBOARD = 12;

	public const short SOMEONE_LEAVEBOARD = 14;

	public const short SOMEONE_READY = 16;

	public const short SET_MONEY = 19;

	public const short CHAT_FROM_BOARD = 9;

	public const short SET_MONEY_ERROR = 10;

	public const short KICK = 11;

	public const short DRAW = 25;

	public const short DENY_DRAW = 26;

	public const short RICHEST_LIST = 31;

	public const short PLAYER_DETAIL = 34;

	public const short FRIENDLIST = 29;

	public const short SEARCH = 36;

	public const short ADD_FRIEND_RESULT = 32;

	public const short DELETE_FRIEND_RESULT = 33;

	public const short GAME_RESULT = 37;

	public const short USER_DATA = 40;

	public const short PING = 42;

	public const short BUY_AVATAR_SUCCESS = 43;

	public const short SERVER_MESSAGE = 45;

	public const short SERVER_INFO = 46;

	public const short VERSION = 48;

	public const short ADMIN_COMMAND_RESPONSE = 47;

	public const short STOP_GAME = 50;

	public const short FINISH = 51;

	public const short BONUS_MONEY = 52;

	public const short START_ARMY = 20;

	public const short MOVE_ARMY = 21;

	public const short FIRE_ARMY = 22;

	public const short SHOOT_RESULT = 23;

	public const short NEXT_TURN = 24;

	public const short SKIP = 64;

	public const short WIND = 25;

	public const short USE_ITEM = 26;

	public const short DIE = 60;

	public const short UPDATE_HP = 51;

	public const short UPDATE_XY = 53;

	public const short RANDOM_ITEM = 59;

	public const short CHOOSE_ITEM = 68;

	public const short CHOOSE_GUN = 69;

	public const short CHOOSE_MAP = 70;

	public const short CHANGE_TEAM = 71;

	public const short BUY_ITEM = 72;

	public const short CHANGE_MODE = 73;

	public const short BUY_GUN = 74;

	public const short NHAN_SMS_DIALOG = 63;

	public const short ANTI_HACK_MESS = 64;

	public const short MAP_SELECT = 75;

	public const sbyte AUTO_BOARD = 76;

	public const short FIND_PLAYER = 78;

	public const sbyte CHANGE_PASS = 81;

	public const sbyte ORBIT = 82;

	public const sbyte FIRE_TRAINING = 84;

	public const sbyte OPEN_LINK = 86;

	public const sbyte ROOM_CAPTION = 88;

	public const sbyte GET_BOSS = 89;

	public const sbyte GET_FILEPACK = -90;

	public const sbyte SUB_FILEPACK_1 = 0;

	public const sbyte SUB_FILEPACK_2 = 1;

	public const sbyte SUB_FILEPACK_3 = 2;

	public const sbyte SUB_FILEPACK_4 = 3;

	public const sbyte SUB_FILEPACK_5 = 4;

	public const sbyte SUB_FILEPACK_6 = 5;

	public const sbyte UNDESTROYTILE = 92;

	public const sbyte FLY = 93;

	public const sbyte CAPTURE = 95;

	public const sbyte BIT = 96;

	public const sbyte UPDATE_EXP = 97;

	public const sbyte CHARACTOR_INFO = 99;

	public const sbyte LUCKY = 100;

	public const sbyte INVENTORY = 101;

	public const sbyte CHANGE_EQUIP = 102;

	public const sbyte SHOP_EQUIP = 103;

	public const sbyte BUY_EQUIP = 104;

	public const sbyte UPDATE_MONEY = 105;

	public const sbyte EYE_SMOKE = 106;

	public const sbyte FREEZE = 107;

	public const sbyte POISON = 108;

	public const sbyte TIME_BOMB = 109;

	public const sbyte RULET = 110;

	public const sbyte TEST = 111;

	public const sbyte ITEM_SLOT = 112;

	public const sbyte ANGRY = 113;

	public const sbyte PLATFORM_REQUEST = 114;

	public const sbyte CLAN_ICON = 115;

	public const sbyte TOP_CLAN = 116;

	public const sbyte CLAN_INFO = 117;

	public const sbyte CLAN_MEMBER = 118;

	public const sbyte GIFT = 119;

	public const sbyte GET_BIG_IMAGE = -120;

	public const sbyte REGISTER_2 = 121;

	public const sbyte CHARGE_MONEY_2 = 122;

	public const sbyte CHAT_TEAM = 123;

	public const sbyte GHOST_BIT = 124;

	public const sbyte MATERIAL = 125;

	public const sbyte MATERIAL_ICON = 126;

	public const sbyte IMBUE = 17;

	public const sbyte INVENTORY_UPDATE = 27;

	public const sbyte END_INVISIBLE = 80;

	public const sbyte VAMPIRE = 59;

	public const sbyte SHOP_LINHTINH = -3;

	public const sbyte TEST_2 = -5;

	public const sbyte TRAINING_MAP = -6;

	public const sbyte CURR_EQUIP_DBKEY = -7;

	public const sbyte ITEM_NUM = -10;

	public const sbyte SIGN_OUT = -4;

	public const sbyte SHOP_BIETDOI = -12;

	public const sbyte BANGTHANHTICH = -14;

	public const sbyte GET_LUCKYGIFT = -17;

	public const sbyte FOMULA = -18;

	public const sbyte CHANGE_ROOM_NAME = -19;

	public const sbyte CLAN_MONEY = -21;

	public const sbyte UPDATE_CLANMONEY = -22;

	public const sbyte MISSISON = -23;

	public const sbyte CUP = -24;

	public const sbyte GET_MORE_DAY = -25;

	public const sbyte MORE_GAME = -100;

	public const sbyte GET_AGENT_PROVIDER = -26;
}
