// // Created by hbenjamin on 09/06/2021. // #include "BonusUISystem.hpp" namespace BBM { BonusUISystem::BonusUISystem(WAL::Wal &wal) : System(wal) {} void BonusUISystem::onFixedUpdate(WAL::ViewEntity &entity) { entity.get().updater(entity.get()); } }