Working Spawner, SpawnPoint, PlayerSpawn and Team components, along with their systems.
This commit is contained in:
@@ -20,6 +20,8 @@ struct EntityWrapper
|
||||
::World* World;
|
||||
EntityID ID;
|
||||
|
||||
static const EntityWrapper Invalid;
|
||||
|
||||
bool HasComponent(const std::string& componentName);
|
||||
|
||||
ComponentWrapper operator[](const std::string& componentName);
|
||||
|
||||
Reference in New Issue
Block a user