MsgItemChange_s.ts 101 B

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