Activity.cs 708 B

1234567891011121314151617181920212223
  1. //================================================================================
  2. //
  3. //================================================================================
  4. namespace ReaderRabbit
  5. {
  6. //================================================================================
  7. // The order of this enum follows the Level screen.
  8. //================================================================================
  9. public enum Activity
  10. {
  11. CloudSpellingChallenge = 0,
  12. RaingearForestMath,
  13. FlowerpotPhonics,
  14. SillySandwichShop,
  15. MusicalMarblePatterns,
  16. GumballScience,
  17. RaingearRescue,
  18. AmazingArtGallery, // Activity not leveled.
  19. Quantity,
  20. }
  21. } // namespace ReaderRabbit