Serialize level tags/authorLabels

Closes #88
This commit is contained in:
jvyden 2022-01-20 21:32:26 -05:00
commit 389ca16cf7
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -221,6 +221,7 @@ public class Slot
LbpSerializer.StringElement("description", this.Description) +
LbpSerializer.StringElement("icon", this.IconHash) +
LbpSerializer.StringElement("rootLevel", this.RootLevel) +
LbpSerializer.StringElement("authorLabels", this.AuthorLabels) +
this.SerializeResources() +
LbpSerializer.StringElement("location", this.Location?.Serialize()) +
LbpSerializer.StringElement("initiallyLocked", this.InitiallyLocked) +