Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

18 righe
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. }