First crack at the multiplayer component registry to allow multiplayer components to live in any gem

This commit is contained in:
karlberg
2021-04-21 12:47:48 -07:00
parent 626f7c00fe
commit f26d7f9301
15 changed files with 210 additions and 24 deletions
@@ -49,7 +49,7 @@ namespace Multiplayer
: AZ::Module()
{
m_descriptors.insert(m_descriptors.end(), {
MultiplayerToolsSystemComponent::CreateDescriptor(),
MultiplayerToolsSystemComponent::CreateDescriptor(),
});
}