Neg_Utils/NEG/UI/IController.cs

7 lines
121 B
C#

namespace NegUtils.NEG.UI
{
public interface IController
{
IControllable Controllable { get; }
}
}