You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 line
176 B

  1. using System;
  2. namespace CIGEnums
  3. {
  4. public enum Clip
  5. {
  6. Applause,
  7. Thunder,
  8. ButtonClick,
  9. Victory,
  10. Build,
  11. Demolish,
  12. Fairy,
  13. Upgrade,
  14. Ping
  15. }
  16. }