using GeometryTD.Definition; namespace Components { public interface IDamageReceiver { void TakeDamage(AttackPayload attackPayload); } }