added current user dictionary

This commit is contained in:
Yannik
2023-05-15 19:40:15 +02:00
parent 54d6cebd5c
commit c62e9af0ef
6 changed files with 46 additions and 0 deletions

View File

@@ -102,6 +102,9 @@ public:
void register_command(String value);
void register_steam(int32_t value);
Dictionary get_current_user();
void set_current_user(Dictionary value);
bool get_is_discord_working();
int get_result_int();
};