mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-25 23:49:03 +00:00
Update systems to the new view
This commit is contained in:
@@ -15,7 +15,7 @@ namespace BBM
|
||||
{
|
||||
public:
|
||||
//! @inherit
|
||||
void onFixedUpdate(WAL::Entity &entity) override;
|
||||
void onFixedUpdate(WAL::ViewEntity<HealthComponent> &entity) override;
|
||||
|
||||
//! @brief A default constructor
|
||||
explicit HealthSystem(WAL::Wal &wal);
|
||||
|
||||
Reference in New Issue
Block a user