public void Update() { CurrentTick++; entityManager.Update(); physicsManager.Update(); gameModeManager.Update(); }