mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-25 15:39:50 +00:00
score system update scores
This commit is contained in:
@@ -12,7 +12,7 @@ namespace BBM
|
||||
{
|
||||
public:
|
||||
//! @inherit
|
||||
void onFixedUpdate(WAL::ViewEntity<ScoreComponent, HealthComponent> &entity) override;
|
||||
void onUpdate(WAL::ViewEntity<ScoreComponent, HealthComponent> &entity, std::chrono::nanoseconds dtime) override;
|
||||
|
||||
//! @brief ctor
|
||||
ScoreSystem(WAL::Wal &wal);
|
||||
|
||||
Reference in New Issue
Block a user