Damage and Spashdamage working, phantomShapes not really working
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ public:
|
||||
// Called when a component is created
|
||||
virtual void OnComponentCreated(std::string type, std::shared_ptr<Component> component) { }
|
||||
// Called when a component is removed
|
||||
virtual void OnComponentRemoved(std::string type, Component* component) { }
|
||||
virtual void OnComponentRemoved(EntityID entity, std::string type, Component* component) { }
|
||||
// Called when components are committed to an entity
|
||||
virtual void OnEntityCommit(EntityID entity) { }
|
||||
virtual void OnEntityRemoved(EntityID entity) { }
|
||||
|
||||
Reference in New Issue
Block a user