using Data; namespace Interfaces { public interface IDamageInflectorSetup { void Setup(Character attacker); } }