Add supported_languages.txt to specify which languages are available in a game.

This commit is contained in:
Mr_Goldberg 2022-08-13 14:40:55 -04:00
parent 63128907fd
commit 0800649d8f
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
4 changed files with 52 additions and 0 deletions

View file

@ -156,6 +156,9 @@ public:
//app build id
int build_id = 10;
//supported languages
std::set<std::string> supported_languages;
//make lobby creation fail in the matchmaking interface
bool disable_lobby_creation = false;