using Units; namespace Items { public interface ISetUp { public void SetUp(Unit unit); } }