mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-13 15:29:03 +00:00
Fix unit tests
This commit is contained in:
parent
7cafbcd9cf
commit
89f9198a4b
1 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@ public class Slot
|
||||||
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