location enum for fresh profiles
This commit is contained in:
@@ -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>(),
|
||||
|
||||
Reference in New Issue
Block a user