GodotcordLobby
Data class for a discord lobby
Description
Data class for a discord lobby
string | secret | |
int | id | 0 |
int | owner_id | 0 |
int | max_users | 0 |
int | current_users | 0 |
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) |