mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +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;
|
||||
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
public enum GlobalEqpType
|
||||
{
|
||||
DoNotHideEarrings,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue