class_name GameClient extends Node @export var web_client: WebClientTCP var is_host: bool = false func start_game() -> void: web_client.start_game()