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

9 lines
213 B
GDScript3
Raw Normal View History

2026-08-23 12:03:58 -05:00
class_name MatchEntry extends HBoxContainer
@onready var name_lbl: Label = $name_lbl
@onready var type_lbl: Label = $type_lbl
@onready var join_bttn: Button = $join_bttn
var match_id: String = ""