Use strings for global eqp.

This commit is contained in:
Ottermandias 2024-05-31 22:55:22 +02:00
parent f61bd8bb8a
commit ce11bec985

View file

@ -1,5 +1,9 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace Penumbra.Meta.Manipulations;
[JsonConverter(typeof(StringEnumConverter))]
public enum GlobalEqpType
{
DoNotHideEarrings,