Player

class Player(chosenCiv: String)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

chosenCiv
Link copied to clipboard
var chosenCiv: String
playerId
Link copied to clipboard
var playerId: String
playerType
Link copied to clipboard
var playerType: PlayerType

Sources

jvm source
Link copied to clipboard