Location.cs 865 B

12345678910111213141516171819202122232425262728293031323334
  1. //================================================================================
  2. //
  3. //================================================================================
  4. namespace ReaderRabbit
  5. {
  6. //================================================================================
  7. //
  8. //================================================================================
  9. public enum Location
  10. {
  11. EdgeOfCloudNine = 0,
  12. CloudNineGateway,
  13. CloudSpellingChallenge,
  14. DowntownCloudNine,
  15. CloudNineArtGallery,
  16. AmazingArtGallery,
  17. CloudSheepCrossing,
  18. NewspaperCarrierScene,
  19. RaingearIsland,
  20. IrvinsHouse,
  21. GumballScience,
  22. RaingearThrowingMachine,
  23. MusicalMarblePatterns,
  24. RaingearForest,
  25. RaingearForestMath,
  26. SillySandwichShop,
  27. RockHead,
  28. FlowerpotPhonics,
  29. RaingearRescue,
  30. Quantity,
  31. }
  32. } // namespace ReaderRabbit