mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
feat(net): implement ClientServices::GetRealmList (second request of Realm List)
This commit is contained in:
parent
afc6c3666b
commit
06eeedbb68
7 changed files with 28 additions and 3 deletions
|
|
@ -13,6 +13,10 @@ bool Login::IsReconnect() {
|
|||
return this->m_reconnect;
|
||||
}
|
||||
|
||||
bool Login::IsLoggedOn() {
|
||||
return this->m_loggedOn;
|
||||
}
|
||||
|
||||
bool Login::OnlineIdle() {
|
||||
// TODO
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue