Add NetworkHost id and comparison operator

This commit is contained in:
Damian Korczowski
2021-05-29 20:19:09 +02:00
parent 97a5daf7e6
commit 23794c8875
3 changed files with 16 additions and 0 deletions

View File

@@ -77,6 +77,8 @@ void ENetDriver::Dispose()
_peer = nullptr;
_host = nullptr;
LOG(Info, "ENet driver stopped!");
}
bool ENetDriver::Listen()