package client2logic_protocols; enum e_server_msg_type { //客户端到服务端 e_mst_start_c2l = 10000; // 服务端到客户端--------------------------------------------------------------------------- e_mst_start_l2c = 15000; e_mst_clend_index = 20000; }