MsgItemInfo.ts 79 B

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