From ff3be54b683ea5e61314b97ff5ac8f0762266fe9 Mon Sep 17 00:00:00 2001 From: karlberg Date: Tue, 27 Apr 2021 19:31:30 -0700 Subject: [PATCH] This change got clobbered by the file move --- Gems/Multiplayer/Code/Include/MultiplayerTypes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Gems/Multiplayer/Code/Include/MultiplayerTypes.h b/Gems/Multiplayer/Code/Include/MultiplayerTypes.h index ca3734e4f0..5c690958b5 100644 --- a/Gems/Multiplayer/Code/Include/MultiplayerTypes.h +++ b/Gems/Multiplayer/Code/Include/MultiplayerTypes.h @@ -73,6 +73,12 @@ namespace Multiplayer True }; + enum class AutoActivate : uint8_t + { + DoNotActivate, + Activate + }; + // This is just a placeholder // The level/prefab cooking will devise the actual solution for identifying a dynamically spawnable entity within a prefab struct PrefabEntityId