Added support for local multiplayer

This commit is contained in:
Gliniak
2022-01-04 17:44:58 +01:00
parent 7977d7ab98
commit 17b30be56a
9 changed files with 132 additions and 56 deletions

View File

@@ -222,7 +222,7 @@ class UserProfile {
}
};
UserProfile();
UserProfile(uint8_t index);
uint64_t xuid() const { return xuid_; }
std::string name() const { return name_; }