6 lines
85 B
GDScript
6 lines
85 B
GDScript
class_name LobbyData extends Node
|
|
|
|
|
|
func _init() -> void:
|
|
Globals.lobby_data = self
|