mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(net): add RealmConnection::HandleCharEnum implementation
This commit is contained in:
parent
ba21fb2994
commit
1e8dc7aef9
10 changed files with 171 additions and 10 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