location enum for fresh profiles

This commit is contained in:
Chris Adamson
2025-04-29 11:44:25 -05:00
parent de38f1fe88
commit a446f039c9
2 changed files with 1 additions and 1 deletions
@@ -186,6 +186,7 @@ public record ItemLocation
}
[JsonPropertyName("r")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public ItemRotation R
{
get;
@@ -59,7 +59,6 @@ public class JsonUtil
new EftEnumConverter<LogLevel>(),
new EftEnumConverter<LogTextColor>(),
new EftEnumConverter<LogBackgroundColor>(),
new EftEnumConverter<ItemRotation>(),
new EftListEnumConverter<EquipmentSlots>(),
new EftListEnumConverter<PlayerSide>(),