using GeometryTD.Definition; namespace Components { public interface IDamageReceiver { void TakeDamage(int damage, AttackPropertyType attackPropertyType); } }