13 lines
248 B
C#
13 lines
248 B
C#
|
using RecrownedAthenaeum.Render;
|
|||
|
|
|||
|
namespace RecrownedAthenaeum.Types
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// A wrapper that makes sure anything implementing can be drawn with options.
|
|||
|
/// </summary>
|
|||
|
public interface IDrawable
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|