25개 이상의 토픽을 선택하실 수 없습니다. 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. }