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.
 
 
 

12 rivejä
154 B

  1. using System;
  2. public enum CIGTutorialButton
  3. {
  4. NoButton = -1,
  5. ShopButton,
  6. RoadButton = 2,
  7. AdvisorButton = 5,
  8. SocialButton,
  9. CraneButton
  10. }