using UnityEngine; public interface IDamageable { void TakeDamage(int amount, Vector2 hitVelocity = default, string hitReactionAnimationState = null); }