Set playcount when serializing

This commit is contained in:
Slendy 2023-03-28 15:02:30 -05:00
parent e3843cb8c4
commit 795a6b9b6e
No known key found for this signature in database
GPG key ID: 7288D68361B91428

View file

@ -96,6 +96,7 @@ public abstract class SlotBase : ILbpSerializable
IsAdventurePlanet = slot.IsAdventurePlanet,
Resources = slot.Resources,
IsLbp1Only = slot.Lbp1Only,
PlayCount = slot.Plays,
CompletePlayCount = slot.PlaysComplete,
LBP1PlayCount = slot.PlaysLBP1,
LBP1UniquePlayCount = slot.PlaysLBP1Unique,