add back jsonconverter

This commit is contained in:
Chris Adamson
2025-05-03 12:36:36 -05:00
parent b904e18456
commit aaef67c324
@@ -194,6 +194,7 @@ public record ItemLocation
}
[JsonPropertyName("r")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public ItemRotation R
{
get;