script element packet spike (#2703)

* script element packet spike

* fixes
This commit is contained in:
Jason Dove
2025-12-04 15:40:18 -06:00
committed by GitHub
parent 7a263ddaed
commit a90fe26d50
5 changed files with 163 additions and 39 deletions
@@ -24,4 +24,7 @@ public class ScriptGraphicsElement : BaseGraphicsElement
[YamlMember(Alias = "pixel_format", ApplyNamingConventions = false)]
public string PixelFormat { get; set; }
[YamlMember(Alias = "format", ApplyNamingConventions = false)]
public ScriptGraphicsFormat Format { get; set; }
}