10 lines
153 B
GDScript
10 lines
153 B
GDScript
class_name GameClient
|
|
extends Node
|
|
|
|
@export var web_client: WebClientTCP
|
|
|
|
var is_host: bool = false
|
|
|
|
func start_game() -> void:
|
|
web_client.start_game()
|