mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-02 18:18:39 +00:00
Remove unnecessary lbpvitaPlayCount from slot serialization
This commit is contained in:
parent
75b22b1954
commit
91f7c0ae79
1 changed files with 0 additions and 3 deletions
|
@ -251,9 +251,6 @@ public class Slot
|
|||
LbpSerializer.StringElement("lbp3PlayCount", this.PlaysLBP3) +
|
||||
LbpSerializer.StringElement("lbp3CompletionCount", this.PlaysLBP3Complete) +
|
||||
LbpSerializer.StringElement("lbp3UniquePlayCount", this.PlaysLBP3Unique) +
|
||||
LbpSerializer.StringElement("lbpvitaPlayCount", this.PlaysLBPVita) +
|
||||
LbpSerializer.StringElement("lbpvitaCompletionCount", this.PlaysLBPVitaComplete) +
|
||||
LbpSerializer.StringElement("lbpvitaUniquePlayCount", this.PlaysLBPVitaUnique) +
|
||||
LbpSerializer.StringElement("vitaCrossControlRequired", CrossControllerRequired) +
|
||||
LbpSerializer.StringElement("thumbsup", this.Thumbsup) +
|
||||
LbpSerializer.StringElement("thumbsdown", this.Thumbsdown) +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue