mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
chore(net): clean up member visibility in NetClient
This commit is contained in:
parent
5e2c1e7769
commit
431ed626c9
3 changed files with 33 additions and 27 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue