client2logic_msg_type.proto 277 B

123456789101112131415
  1. package client2logic_protocols;
  2. enum e_server_msg_type {
  3. //客户端到服务端
  4. e_mst_start_c2l = 10000;
  5. // 服务端到客户端---------------------------------------------------------------------------
  6. e_mst_start_l2c = 15000;
  7. e_mst_clend_index = 20000;
  8. }