Screenie/Ui/IDrawable.cs

4 lines
70 B
C#

internal interface IDrawable : IDisposable {
DrawStatus Draw();
}