コード例 #1
0
 private void UpgradeHealth(int obj)
 {
     damageable.SetMaxHealth(damageable.GetMaxHealth() + obj);
 }