mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 09:06:23 +02:00
6 lines
131 B
C#
6 lines
131 B
C#
namespace RemSox.UI.GUI.Rendering;
|
|
|
|
public interface IRenderSource
|
|
{
|
|
public void Render(IEnumerable<RenderCommand> commands);
|
|
} |