mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-12 14:58:42 +00:00
Fix unit tests
This commit is contained in:
parent
7cafbcd9cf
commit
89f9198a4b
1 changed files with 2 additions and 2 deletions
|
@ -248,9 +248,9 @@ public class Slot
|
||||||
|
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public bool Hidden { get; set; }
|
public bool Hidden { get; set; }
|
||||||
|
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public string HiddenReason { get; set; }
|
public string HiddenReason { get; set; } = "";
|
||||||
|
|
||||||
public string SerializeResources()
|
public string SerializeResources()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue