mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix NomaiTextArcType not using StringEnumConverter
This commit is contained in:
parent
73d163a0c0
commit
9a322da79d
1
NewHorizons/External/Modules/PropModule.cs
vendored
1
NewHorizons/External/Modules/PropModule.cs
vendored
@ -471,6 +471,7 @@ namespace NewHorizons.External.Modules
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The type of text to display.
|
/// The type of text to display.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[JsonConverter(typeof(StringEnumConverter))]
|
||||||
public NomaiTextArcType type = NomaiTextArcType.Adult;
|
public NomaiTextArcType type = NomaiTextArcType.Adult;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user