Merge pull request #8822 from FearlessTobi/multiplayer-fixes
network: Fixes and improvements to the room feature
This commit is contained in:
commit
5addff8d59
28 changed files with 182 additions and 49 deletions
|
@ -16,6 +16,7 @@ namespace AnnounceMultiplayerRoom {
|
|||
struct GameInfo {
|
||||
std::string name{""};
|
||||
u64 id{0};
|
||||
std::string version{""};
|
||||
};
|
||||
|
||||
struct Member {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue