Add NetworkConnection to ENetPeer map
This commit is contained in:
@@ -29,5 +29,7 @@ private:
|
||||
NetworkConfig _config;
|
||||
void* _host = nullptr;
|
||||
void* _peer = nullptr;
|
||||
|
||||
Dictionary<NetworkConnection, void*> _peerMap;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user