Bet Event
class BetEvent(val type: LogDataType, val raceId: String, val executor: OfflinePlayer, val jockey: OfflinePlayer, val betAmount: Int) : Event
Constructors
Link copied to clipboard
constructor(type: LogDataType, raceId: String, executor: OfflinePlayer, jockey: OfflinePlayer, betAmount: Int)