MsgItems.ts 76 B

123456789
  1. /**
  2. * 道具变化
  3. */
  4. export interface MsgItems {
  5. items:number[]
  6. }