implement ships depart in waves
This commit is contained in:
@@ -92,6 +92,7 @@ private:
|
||||
std::mt19937 m_rng;
|
||||
|
||||
Tick m_currentTick;
|
||||
Tick m_nextDepartureTick;
|
||||
EntityId m_nextId;
|
||||
int m_buildingBlocksStock;
|
||||
bool m_gameOver = false;
|
||||
|
||||
Reference in New Issue
Block a user