mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-10 05:48:39 +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]
|
||||
public bool Hidden { get; set; }
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
public string HiddenReason { get; set; }
|
||||
public string HiddenReason { get; set; } = "";
|
||||
|
||||
public string SerializeResources()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue