private void TakeDamage()
 {
     Status.DeductHp(1);
 }