msg.ts 88 B

12345
  1. // 自动生成的消息ID映射
  2. export enum MsgID {
  3. Hello = 0,
  4. ReqLogin = 1,
  5. }