mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-06 23:41:33 +02:00
Code cleanup
This commit is contained in:
@@ -2,5 +2,5 @@ namespace RemSox.UI.GUI.Rendering;
|
||||
|
||||
public interface IRenderSource
|
||||
{
|
||||
public void Render(IEnumerable<RenderCommand> commands);
|
||||
void Render(IEnumerable<RenderCommand> commands);
|
||||
}
|
||||
Reference in New Issue
Block a user