Refactored root spawnable instantiation, added selective instantiation of root spawnable entities

This commit is contained in:
pereslav
2021-04-16 00:19:43 +01:00
parent a5fdbddeda
commit 4962218d29
11 changed files with 136 additions and 77 deletions
@@ -15,9 +15,9 @@
#include <Source/MultiplayerSystemComponent.h>
#include <Source/Components/NetBindComponent.h>
#include <Source/AutoGen/AutoComponentTypes.h>
#include <AzNetworking/Framework/NetworkingSystemComponent.h>
#include <Source/Pipeline/NetBindMarkerComponent.h>
#include <Source/Pipeline/NetworkSpawnableHolderComponent.h>
#include <AzNetworking/Framework/NetworkingSystemComponent.h>
namespace Multiplayer
{