Ejemplo n.º 1
0
 public Heal()
 {
     this._simple = new SimpleQuantity();
 }
Ejemplo n.º 2
0
 public Damage()
 {
     this._simple = new SimpleQuantity();
 }