Merge pull request #228 from cp89gamedev/location-enum-merge-fix

add back jsonconverter
Bypassing review rules, was removed by me
This commit is contained in:
CWX
2025-05-03 19:18:34 +01:00
committed by GitHub
@@ -194,6 +194,7 @@ public record ItemLocation
}
[JsonPropertyName("r")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public ItemRotation R
{
get;