Пример #1
0
 public ReusableResource(string name, colony.Growth growthRate)
 {
     this.name       = name;
     this.growthRate = growthRate;
     this.level      = 1;
 }
Пример #2
0
 public ReusableResource(string name, colony.Growth growthRate)
 {
     this.name = name;
     this.growthRate = growthRate;
     this.level = 1;
 }