mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-23 23:07:54 +00:00
Reworking systems
This commit is contained in:
@@ -10,10 +10,8 @@
|
||||
|
||||
namespace BBM
|
||||
{
|
||||
HealthSystem::HealthSystem()
|
||||
: WAL::System({
|
||||
typeid(HealthComponent)
|
||||
})
|
||||
HealthSystem::HealthSystem(WAL::Wal &wal)
|
||||
: System(wal)
|
||||
{}
|
||||
|
||||
void HealthSystem::onFixedUpdate(WAL::Entity &entity)
|
||||
|
||||
Reference in New Issue
Block a user