mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
6 lines
167 B
C++
6 lines
167 B
C++
|
|
#include "client/ClientRealmResponseAdapter.hpp"
|
||
|
|
|
||
|
|
void ClientRealmResponseAdapter::HandleAuthResponse(RealmConnection* connection, uint8_t authResult) {
|
||
|
|
// TODO
|
||
|
|
}
|