1234567891011121314151617181920212223 |
- //================================================================================
- //
- //================================================================================
- namespace ReaderRabbit
- {
- //================================================================================
- // The order of this enum follows the Level screen.
- //================================================================================
- public enum Activity
- {
- CloudSpellingChallenge = 0,
- RaingearForestMath,
- FlowerpotPhonics,
- SillySandwichShop,
- MusicalMarblePatterns,
- GumballScience,
- RaingearRescue,
- AmazingArtGallery, // Activity not leveled.
- Quantity,
- }
- } // namespace ReaderRabbit
|