Exemple #1
0
 public ResourceText changeResourcePerTurn(int newRPT)
 {
     this.changePerTurn = Stringify.shortString(newRPT);
     this.positiveCPT   = newRPT > 0;
     return(this);
 }
Exemple #2
0
 public ResourceText changeValue(int newValue)
 {
     this.value = Stringify.shortString(newValue);
     return(this);
 }