5 lines
104 B
GDScript
5 lines
104 B
GDScript
class_name JoinGame
|
|
extends Control
|
|
|
|
func _ready() -> void:
|
|
Multiplayer.playerlist_label = $PlayerList
|