mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Add [JsonIgnore] to private field
This commit is contained in:
parent
73f293f1d9
commit
1d17592551
@ -39,6 +39,7 @@ namespace NewHorizons.AchievementsPlus
|
|||||||
public string[] conditionIDs;
|
public string[] conditionIDs;
|
||||||
|
|
||||||
// Cache signal ids to the enum
|
// Cache signal ids to the enum
|
||||||
|
[JsonIgnore]
|
||||||
private SignalName[] _signalIDs;
|
private SignalName[] _signalIDs;
|
||||||
|
|
||||||
public bool IsUnlocked()
|
public bool IsUnlocked()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user