SystemFactory for dynamic creation and fetching of systems in a world.
This commit is contained in:
@@ -9,6 +9,6 @@ struct Component
|
||||
EntityID Entity;
|
||||
};
|
||||
|
||||
//&static ComponentFactory componentFactory;
|
||||
class ComponentFactory : public Factory<Component*> { };
|
||||
|
||||
#endif // Component_h__
|
||||
Reference in New Issue
Block a user