This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
magician/game_client.gd
T

10 lines
153 B
GDScript
Raw Normal View History

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