constructor(enumKClass: KClass<S>, player: Player) constructor(player: Player)
constructor(enumClass: Class<S>, player: Player) Parameters
The type of the state enumeration that defines the various states the GUI can have.
The player for whom this GUI is being created.