DynamicGUI

constructor(enumKClass: KClass<S>, player: Player)
constructor(player: Player)


constructor(enumClass: Class<S>, player: Player)

Parameters

S

The type of the state enumeration that defines the various states the GUI can have.

player

The player for whom this GUI is being created.