Exemple #1
0
 public AlterStatAction(string changedStat, int amount, bool increase)
 {
     this.stat     = changedStat;
     this.amt      = amount;
     this.increase = increase;
     this.bars     = GameObject.Find("ControllerBody").GetComponent <PlayerStatusBars>();
 }