-
Notifications
You must be signed in to change notification settings - Fork 4
GodotcordLobby
Drachenfrucht1 edited this page Aug 18, 2021
·
1 revision
Data class for a discord lobby
Data class for a discord lobby
| string | secret |
| int | id |
| int | owner_id |
| int | max_users |
| int | current_users |
| string | get_secret() |
| void | set_secret(property : string) |
| int | get_id() |
| void | set_id(property : int) |
| int | get_owner_id() |
| void | set_owner_id(property : int) |
| int | get_max_users() |
| void | set_max_users(property : int) |
| int | get_current_users() |
| void | set_current_users(property : int) |