ItemType.ts 63 B

1234567
  1. export enum ItemType {
  2. Coin,
  3. Skill,
  4. Collection
  5. }