mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
feat(net): handle SMSG_AUTH_RESPONSE
This commit is contained in:
parent
6479dcaecf
commit
e18afec28d
5 changed files with 115 additions and 2 deletions
5
src/client/ClientRealmResponseAdapter.cpp
Normal file
5
src/client/ClientRealmResponseAdapter.cpp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include "client/ClientRealmResponseAdapter.hpp"
|
||||
|
||||
void ClientRealmResponseAdapter::HandleAuthResponse(RealmConnection* connection, uint8_t authResult) {
|
||||
// TODO
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue