mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(client): prepare EnterWorld classes and methods
This commit is contained in:
parent
babeb2d864
commit
140bcde493
12 changed files with 93 additions and 7 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define CLIENT_CLIENT_SERVICES_HPP
|
||||
|
||||
#include "net/login/LoginResponse.hpp"
|
||||
#include <tempest/Vector.hpp>
|
||||
|
||||
class ClientConnection;
|
||||
class CVar;
|
||||
|
|
@ -35,6 +36,7 @@ class ClientServices : public LoginResponse {
|
|||
static ClientServices* GetInstance();
|
||||
static void GetRealmList();
|
||||
static void GetCharacterList();
|
||||
static void CharacterLogin(uint64_t id, const C3Vector& position);
|
||||
static REALM_INFO* GetRealmInfoByIndex(int32_t index);
|
||||
static const char* GetSelectedRealmName();
|
||||
static const REALM_INFO* GetSelectedRealm();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue