chore(net): clean up member visibility in NetClient

This commit is contained in:
fallenoak 2023-02-25 17:28:04 -06:00
parent 5e2c1e7769
commit 431ed626c9
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
3 changed files with 33 additions and 27 deletions

View file

@ -170,6 +170,10 @@ bool NetClient::GetDelete() {
return this->m_deleteMe;
}
NETSTATE NetClient::GetState() {
return this->m_netState;
}
int32_t NetClient::HandleCantConnect() {
// TODO
return 1;