您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

17 行
192 B

  1. using System;
  2. namespace CIGEnums
  3. {
  4. public enum BuildingProperty
  5. {
  6. People,
  7. Employees,
  8. Profit,
  9. ProfitXp,
  10. TimeUntilProfit,
  11. Happiness,
  12. ConstructionXp,
  13. Text
  14. }
  15. }