Battle Info
data class BattleInfo(val battleID: String = "", val config: BattleConfig = BattleConfig(), val startTime: Long = 0, val endTime: Long = 0)
PK information
Constructors
Link copied to clipboard
constructor(battleID: String = "", config: BattleConfig = BattleConfig(), startTime: Long = 0, endTime: Long = 0)