added send invite from game methods

This commit is contained in:
Yannik
2023-05-15 18:46:53 +02:00
parent 7f586869d7
commit 65fb3b1d0f
13 changed files with 223 additions and 34 deletions

View File

@@ -90,6 +90,10 @@ public:
bool get_instanced();
void set_instanced(bool value);
void accept_join_request(int64_t user_id);
void send_invite(int64_t user_id, bool is_spectate, String message_content);
void accept_invite(int64_t user_id);
void register_command(String value);
void register_steam(int32_t value);