Gems others

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-09-03 20:37:33 -07:00
parent bc27e5a6c7
commit 4a972d96f9
4 changed files with 8 additions and 0 deletions
@@ -153,6 +153,7 @@ namespace Multiplayer
{
public:
OrphanedEntityRpcs(EntityReplicationManager& replicationManager);
virtual ~OrphanedEntityRpcs() = default;
void Update();
bool DispatchOrphanedRpcs(EntityReplicator& entityReplicator);
void AddOrphanedRpc(NetEntityId entityId, NetworkEntityRpcMessage& entityRpcMessage);