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