mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-19 19:51:28 +00:00
Set playcount when serializing
This commit is contained in:
parent
e3843cb8c4
commit
795a6b9b6e
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue