MsgItemInfo_s.ts 81 B

1234567
  1. // 道具列表
  2. export interface MsgItemInfo_s {
  3. [itemid:string]:number
  4. }