mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Use strings for global eqp.
This commit is contained in:
parent
f61bd8bb8a
commit
ce11bec985
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
|
using Newtonsoft.Json;
|
||||||
|
using Newtonsoft.Json.Converters;
|
||||||
|
|
||||||
namespace Penumbra.Meta.Manipulations;
|
namespace Penumbra.Meta.Manipulations;
|
||||||
|
|
||||||
|
[JsonConverter(typeof(StringEnumConverter))]
|
||||||
public enum GlobalEqpType
|
public enum GlobalEqpType
|
||||||
{
|
{
|
||||||
DoNotHideEarrings,
|
DoNotHideEarrings,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue