MsgItemsRwd.ts 87 B

123456789
  1. /**
  2. * 道具获得弹窗
  3. */
  4. export interface MsgItemsRwd {
  5. items:number[][]
  6. }