Esempio n. 1
0
 protected virtual void heal(GameEntity target){
     //TODO: RANDOMIZE
     target.heal(this.power);
 }