mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(client): add ClientHandlers for SMSG_NEW_WORLD and SMSG_LOGIN_VERIFY_WORLD
This commit is contained in:
parent
140bcde493
commit
88e21b4a22
5 changed files with 86 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define CLIENT_CLIENT_SERVICES_HPP
|
||||
|
||||
#include "net/login/LoginResponse.hpp"
|
||||
#include "net/connection/NetClient.hpp"
|
||||
#include <tempest/Vector.hpp>
|
||||
|
||||
class ClientConnection;
|
||||
|
|
@ -34,6 +35,7 @@ class ClientServices : public LoginResponse {
|
|||
static void ConnectToSelectedServer();
|
||||
static ClientConnection* Connection();
|
||||
static ClientServices* GetInstance();
|
||||
static void SetMessageHandler(NETMESSAGE msgId, MESSAGE_HANDLER handler, void* param);
|
||||
static void GetRealmList();
|
||||
static void GetCharacterList();
|
||||
static void CharacterLogin(uint64_t id, const C3Vector& position);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue