示例#1
0
 public Heal()
 {
     this._simple = new SimpleQuantity();
 }
示例#2
0
 public Damage()
 {
     this._simple = new SimpleQuantity();
 }