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