MsgNotifySync.ts 83 B

12345
  1. /** 同步地图数据 */
  2. export interface MsgNotifySync {
  3. playerId: string
  4. }