File IDrawable.cs
File List > LemonUI > LemonUI > IDrawable.cs
Go to the documentation of this file
namespace LemonUI
{
public interface IDrawable
{
#region Functions
void Draw();
#endregion
}
}
File List > LemonUI > LemonUI > IDrawable.cs
Go to the documentation of this file
namespace LemonUI
{
public interface IDrawable
{
#region Functions
void Draw();
#endregion
}
}