HealthSystem & operator=(const HealthSystem &)=delete
A system is not assignable.
Definition: AnimationsComponent.cpp:9
The main WAL class, it is used to setup and run the ECS.
Definition: Wal.hpp:27
~HealthSystem() override=default
A default destructor.
A base system of WAL.
Definition: System.hpp:22
HealthSystem(WAL::Wal &wal)
A default constructor.
Definition: HealthSystem.cpp:15
A system to handle Health entities.
Definition: HealthSystem.hpp:16
void onFixedUpdate(WAL::ViewEntity< HealthComponent > &entity) override
Definition: HealthSystem.cpp:19