public void ApplyDamage(int damage) { savable.ApplyDamage(damage); IBullet.DropBlood(trans.position + Vector3.up * 1.4f, trans.rotation); }