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.
 
 
 

16 lines
230 B

  1. using System;
  2. namespace CIGEnums
  3. {
  4. public enum SparklingSocietyGame
  5. {
  6. CityIsland,
  7. CityIslandPremium,
  8. CityIslandAirport,
  9. CityIslandAirportAzia,
  10. CityIslandWinterEdition,
  11. CityIsland2,
  12. CityIsland3
  13. }
  14. }