MsgActionAck.ts 73 B

123456
  1. export interface MsgActionAck {
  2. sendTag: number,
  3. players: any
  4. }