コード例 #1
0
 public void ApplyDamage(float damage)
 {
     current -= damage;
     SoundPlay.PlayDamage();
 }