package top.jie65535.jhr.game class PlayerStatistics { var betCount = 0 var winCount = 0 var contribution = 0 var signCount = 0 }