added freeball match type

This commit is contained in:
2026-08-10 21:19:48 -05:00
parent 7897462309
commit 4dd0af2916

View File

@@ -5,7 +5,7 @@ var uuid = null
var lobby_ui: Node = null
var IS_VALID_CHARS_REGEX: RegEx = RegEx.create_from_string("^[a-zA-Z0-9]+$")
const MATCH_TYPES: Array = ["8ball", "9ball", "snooker"]
const MATCH_TYPES: Array = ["8ball", "9ball", "snooker", "freeball"]
const CLIENT_DICT: Dictionary = {
"id": "",
"partner_id": "",