Merge main to mpgem_editor
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
#include <Source/MultiplayerSystemComponent.h>
|
||||
#include <Source/Components/NetBindComponent.h>
|
||||
#include <Source/AutoGen/AutoComponentTypes.h>
|
||||
#include <Source/Pipeline/NetBindMarkerComponent.h>
|
||||
#include <Source/Pipeline/NetworkSpawnableHolderComponent.h>
|
||||
#include <AzNetworking/Framework/NetworkingSystemComponent.h>
|
||||
|
||||
#ifdef MULTIPLAYER_EDITOR
|
||||
@@ -33,6 +35,8 @@ namespace Multiplayer
|
||||
#ifdef MULTIPLAYER_EDITOR
|
||||
MultiplayerEditorSystemComponent::CreateDescriptor(),
|
||||
#endif
|
||||
NetBindMarkerComponent::CreateDescriptor(),
|
||||
NetworkSpawnableHolderComponent::CreateDescriptor(),
|
||||
});
|
||||
|
||||
CreateComponentDescriptors(m_descriptors);
|
||||
|
||||
Reference in New Issue
Block a user