namespace NEG.UI { public interface IUiElement { void SetEnabled(bool setEnabled); } }