mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-21 05:45:10 +00:00
Reworking systems
This commit is contained in:
@@ -8,11 +8,8 @@
|
||||
|
||||
namespace BBM
|
||||
{
|
||||
MovableSystem::MovableSystem()
|
||||
: WAL::System({
|
||||
typeid(MovableComponent),
|
||||
typeid(PositionComponent)
|
||||
})
|
||||
MovableSystem::MovableSystem(WAL::Wal &wal)
|
||||
: System(wal)
|
||||
{}
|
||||
|
||||
void MovableSystem::onFixedUpdate(WAL::Entity &entity)
|
||||
|
||||
Reference in New Issue
Block a user