Direct damage and VulnerableToSplash flag on Health component
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
void Systems::DamageSystem::RegisterComponents( ComponentFactory* cf )
|
||||
{
|
||||
cf->Register<Components::Health>([]() { return new Components::Health(); });
|
||||
cf->Register<Components::DamageModel>([]() { return new Components::DamageModel(); });
|
||||
}
|
||||
|
||||
void Systems::DamageSystem::Initialize()
|
||||
|
||||
Reference in New Issue
Block a user