true atomic EnttWorld
This commit is contained in:
@@ -12,7 +12,7 @@ class Server {
|
||||
* \brief Construct a server
|
||||
* \pre Two instances of Server should not share the same world
|
||||
*/
|
||||
Server(std::uint16_t a_Port, std::shared_ptr<Nz::EnttWorld> a_World);
|
||||
Server(std::uint16_t a_Port, Nz::EnttWorld& a_World);
|
||||
~Server();
|
||||
|
||||
network::EnetConnection* GetConnection(std::uint16_t a_PeerId);
|
||||
|
||||
Reference in New Issue
Block a user