This change got clobbered by the file move
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user