mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-08 07:46:29 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Drawing;
|
||||
|
||||
namespace RemSox.UI.GUI.Rendering;
|
||||
|
||||
public class RenderCommand
|
||||
{
|
||||
public required int ElementId { get; set; }
|
||||
public required string ElementType { get; set; }
|
||||
public required Point Position { get; set; }
|
||||
public required IReadOnlyDictionary<string, object?> Properties { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user