StorageSizeEnum.cs 148 B

12345678
  1. namespace IronmanChest
  2. {
  3. public enum StorageSizeEnum
  4. {
  5. //UltraSmall, Smaller,
  6. Large, Larger, MegaLarge, UltraLarge, PagesOnly
  7. }
  8. }