Battle Info
data class BattleInfo(val battleID: String = "", val config: BattleConfig = BattleConfig(), val startTime: Long = 0, val endTime: Long = 0)
PK information
Overview
PK information, containing PK ID, configuration information, start time, and end time.
| Property | Type | Description |
| battleID | String | PK ID |
| config | BattleConfig | PK configuration information |
| startTime | Long | PK start timestamp (unit: seconds) |
| endTime | Long | PK end timestamp (unit: seconds) |
Constructors
Link copied to clipboard
constructor(battleID: String = "", config: BattleConfig = BattleConfig(), startTime: Long = 0, endTime: Long = 0)