You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
223 B

  1. using System;
  2. public enum Island
  3. {
  4. None = -1,
  5. GoneGreenlands,
  6. BountyBreeze,
  7. DesertShore,
  8. JungleSlush,
  9. RoughRocks,
  10. LagoonAtoll,
  11. SwampySlopes,
  12. VolcanoVitus,
  13. ShiveringSnows,
  14. FreakyFloors,
  15. Count
  16. }