mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-14 12:02:30 +00:00
feat(net): implement character creation (request and response)
This commit is contained in:
parent
3fb86ab12e
commit
f67c8cfc04
13 changed files with 167 additions and 16 deletions
|
|
@ -104,6 +104,7 @@ class CGlueMgr {
|
|||
static void UpdateCurrentScreen(const char* screen);
|
||||
static bool HandleBattlenetDisconnect();
|
||||
static void DeleteCharacter(uint64_t guid);
|
||||
static void CreateCharacter(const CHARACTER_CREATE_INFO* character);
|
||||
|
||||
static void PollEnterWorld();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue