Add MultiplayerEditorGem to clean up logic plus misc. cleanup

This commit is contained in:
puvvadar
2021-04-26 17:28:49 -07:00
parent 8d84737743
commit 925928bb20
6 changed files with 91 additions and 16 deletions
-3
View File
@@ -101,7 +101,6 @@ if (PAL_TRAIT_BUILD_HOST_TOOLS)
AZ::AzFramework
AZ::AzNetworking
AZ::AzToolsFramework
AZ::GFxFramework
Gem::Multiplayer.Static
)
@@ -120,8 +119,6 @@ if (PAL_TRAIT_BUILD_HOST_TOOLS)
BUILD_DEPENDENCIES
PRIVATE
Gem::Multiplayer.Editor.Static
RUNTIME_DEPENDENCIES
Gem::LmbrCentral.Editor
)
endif()