Files
lobby-server/scenes/screens/lobby_screen/match_entry.gd

9 lines
213 B
GDScript3
Raw Normal View History

2026-08-07 03:02:53 -05:00
class_name MatchEntry extends HBoxContainer
@onready var name_lbl: Label = $name_lbl
@onready var type_lbl: Label = $type_lbl
@onready var view_bttn: Button = $view_bttn
var match_id: String = ""