mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
feat(net): add RealmConnection::HandleCharEnum implementation
This commit is contained in:
parent
4bd30968fc
commit
ebf5c66420
10 changed files with 167 additions and 6 deletions
|
|
@ -71,7 +71,7 @@ void ClientServices::GetRealmList() {
|
|||
}
|
||||
|
||||
void ClientServices::GetCharacterList() {
|
||||
// TODO
|
||||
ClientServices::s_currentConnection->GetCharacterList();
|
||||
}
|
||||
|
||||
REALM_INFO* ClientServices::GetRealmInfoByIndex(int32_t index) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue