Fixed removal of player's prefab on disconnect

This commit is contained in:
AMZN-Olex
2021-06-21 15:53:33 -04:00
parent 44d8e7b804
commit fcbec8c202
4 changed files with 18 additions and 17 deletions
@@ -39,7 +39,9 @@ namespace Multiplayer
{
class IEntityDomain;
class EntityReplicator;
//! @class EntityReplicationManager
//! @brief Handles replication of relevant entities for one connection.
class EntityReplicationManager final
{
public: