mirror of
https://github.com/jie65535/mirai-console-jhr-plugin.git
synced 2025-06-02 17:39:16 +08:00
修复 序列化失败问题
This commit is contained in:
parent
b3da1ba954
commit
6e386d0c83
@ -1,5 +1,7 @@
|
||||
package top.jie65535.jhr.game
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
class PlayerStatistics {
|
||||
var betCount = 0
|
||||
var winCount = 0
|
||||
|
Loading…
Reference in New Issue
Block a user