mirror of
https://github.com/jie65535/mirai-console-jhr-plugin.git
synced 2025-06-02 17:39:16 +08:00
9 lines
147 B
Kotlin
9 lines
147 B
Kotlin
package top.jie65535.jhr.game
|
|
|
|
class PlayerStatistics {
|
|
var betCount = 0
|
|
var winCount = 0
|
|
var contribution = 0
|
|
var signCount = 0
|
|
}
|