extends CheckBox var player: Player func setPlayer(_player: Player) -> void: text = _player.gameName player = _player