MsgItemChange_s.ts 109 B

123456789
  1. /**
  2. * 后端推送道具变化信息
  3. */
  4. export interface MsgItemChange_s {
  5. [itemId:string]:number
  6. }