feat: fast forward
This commit is contained in:
@@ -5,7 +5,9 @@ namespace sim {
|
||||
|
||||
CommandApply::CommandApply(const game::World& a_World, WorldSnapshot& a_Snapshot) : m_World(a_World), m_Snapshot(a_Snapshot) {}
|
||||
|
||||
void CommandApply::Handle(const protocol::commands::EndCommand& a_End) {}
|
||||
void CommandApply::Handle(const protocol::commands::EndCommand& a_End) {
|
||||
(void) m_World;
|
||||
}
|
||||
|
||||
void CommandApply::Handle(const protocol::commands::PlaceTowerCommand& a_PlaceTower) {
|
||||
static game::TowerFactory factory;
|
||||
|
||||
Reference in New Issue
Block a user