mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
feat(game): prepare EnterWorld classes and methods
This commit is contained in:
parent
5e25dc0171
commit
d46e056299
12 changed files with 93 additions and 7 deletions
|
|
@ -43,6 +43,7 @@ class RealmConnection : public NetClient {
|
|||
int32_t HandleCharEnum(uint32_t msgId, uint32_t time, CDataStore* msg);
|
||||
void SetSelectedRealm(uint32_t a2, uint32_t a3, uint32_t a4);
|
||||
void RequestCharacterEnum();
|
||||
void RequestCharacterLogin(uint64_t id);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue