MsgItemChange.ts 99 B

1234567
  1. // 道具数量发生改变下发
  2. export interface MsgItemChange {
  3. [itemid:string]:number
  4. }