選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

16 行
167 B

  1. using System;
  2. namespace CIGEnums
  3. {
  4. public enum ShopMenuTabs
  5. {
  6. Gold,
  7. Cash,
  8. Cranes,
  9. Residential,
  10. Commercial,
  11. Community,
  12. Decorations
  13. }
  14. }