mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-06 21:27:37 +00:00
Fix HealthComponent
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
//
|
||||
// Edited by Benjamin Henry on 2021-05-20.
|
||||
// Edited by Louis Auzuret on 2021-05-20.
|
||||
//
|
||||
|
||||
#include "HealthSystem.hpp"
|
||||
|
||||
namespace BBM
|
||||
{
|
||||
const std::type_info &HealthSystem::getComponent() const
|
||||
{
|
||||
return typeid(HealthComponent);
|
||||
}
|
||||
|
||||
void HealthSystem::onFixedUpdate(WAL::Entity &entity)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user