mirror of
https://github.com/jie65535/mirai-console-jhr-plugin.git
synced 2025-12-15 18:41:39 +08:00
新增 玩家数据统计与配套指令
新增 积分榜查询
This commit is contained in:
8
src/main/kotlin/game/PlayerStatistics.kt
Normal file
8
src/main/kotlin/game/PlayerStatistics.kt
Normal file
@@ -0,0 +1,8 @@
|
||||
package top.jie65535.jhr.game
|
||||
|
||||
class PlayerStatistics {
|
||||
var betCount = 0
|
||||
var winCount = 0
|
||||
var contribution = 0
|
||||
var signCount = 0
|
||||
}
|
||||
Reference in New Issue
Block a user