コード例 #1
0
 private void TurnShieldOff()
 {
     hc.Health -= ShowCurrentHpOfShield();
     hc.DecreaseMaxHealthBy(shieldHp);
 }