12345678910111213141516171819202122232425262728293031323334 |
- //================================================================================
- //
- //================================================================================
- namespace ReaderRabbit
- {
- //================================================================================
- //
- //================================================================================
- public enum Location
- {
- EdgeOfCloudNine = 0,
- CloudNineGateway,
- CloudSpellingChallenge,
- DowntownCloudNine,
- CloudNineArtGallery,
- AmazingArtGallery,
- CloudSheepCrossing,
- NewspaperCarrierScene,
- RaingearIsland,
- IrvinsHouse,
- GumballScience,
- RaingearThrowingMachine,
- MusicalMarblePatterns,
- RaingearForest,
- RaingearForestMath,
- SillySandwichShop,
- RockHead,
- FlowerpotPhonics,
- RaingearRescue,
- Quantity,
- }
- } // namespace ReaderRabbit
|