public class Cmd_Client2Server
{
	public const sbyte LOGIN = 1;

	public const sbyte LOGOUT = 2;

	public const sbyte CHAT_TO = 5;

	public const sbyte REQUEST_ROOMLIST = 6;

	public const sbyte REQUEST_BOARDLIST = 7;

	public const sbyte JOIN_BOARD = 8;

	public const sbyte LEAVE_BOARD = 15;

	public const sbyte READY = 16;

	public const sbyte SET_MONEY = 19;

	public const sbyte SET_PASS = 18;

	public const sbyte CHAT_TO_BOARD = 9;

	public const sbyte KICK = 11;

	public const sbyte JOIN_ANY_BOARD = 28;

	public const sbyte REQUEST_STRONGEST = 30;

	public const sbyte REQUEST_RICHEST = 31;

	public const sbyte REQUEST_REGISTER = 35;

	public const sbyte REQUEST_FRIENDLIST = 29;

	public const sbyte SEARCH = 36;

	public const sbyte ADD_FRIEND = 32;

	public const sbyte DELETE_FRIEND = 33;

	public const sbyte REQUEST_DETAIL = 34;

	public const sbyte USER_DATA = 40;

	public const sbyte REQUEST_AVATAR = 38;

	public const sbyte REQUEST_AVATARLIST = 39;

	public const sbyte PING = 42;

	public const sbyte UPDATE_USERDATA = 41;

	public const sbyte BUY_AVATAR = 43;

	public const sbyte ADMIN_COMMAND = 47;

	public const sbyte VERSION = 48;

	public const sbyte START_ARMY = 20;

	public const sbyte MOVE_ARMY = 21;

	public const sbyte FIRE_ARMY = 22;

	public const sbyte SHOOT_RESULT = 23;

	public const sbyte UPDATE_XY = 53;

	public const sbyte SET_BOARD_NAME = 54;

	public const sbyte SET_PROVIDER = 58;

	public const sbyte NEXT_TURN = 63;

	public const sbyte SKIP = 49;

	public const sbyte WIND = 25;

	public const sbyte USE_ITEM = 26;

	public const sbyte SET_MAX_PLAYER = 56;

	public const sbyte DIE = 60;

	public const sbyte CHOOSE_ITEM = 68;

	public const sbyte CHOOSE_GUN = 69;

	public const sbyte CHOOSE_MAP = 70;

	public const sbyte CHANGE_TEAM = 71;

	public const sbyte BUY_ITEM = 72;

	public const sbyte CHANGE_MODE = 73;

	public const sbyte BUY_GUN = 74;

	public const sbyte MAP_SELECT = 75;

	public const sbyte LOAD_CARD = 77;

	public const sbyte FIND_PLAYER = 78;

	public const sbyte CHECK_CROSS = 79;

	public const sbyte CHECK_FALL = 80;

	public const sbyte CHANGE_PASS = 81;

	public const sbyte TRAINING = 83;

	public const sbyte TRAININGSHOOT = 84;

	public const sbyte REQUEST_SERVICE = 85;

	public const sbyte ZING_CONNECT = 87;

	public const sbyte GETSTRING = sbyte.MaxValue;

	public const sbyte GET_ITEM_SLOT = 94;

	public const sbyte ADD_POINT = 98;

	public const sbyte RULET = 110;

	public const sbyte VIP_EQUIP = -2;

	public const sbyte DISCONECT = -4;

	public const sbyte EMPTY_ROOM = -28;
}
