private void InitGamePrep() { // Initialize all tanks _turretManager.Restart(); // Change state to game loop state = State.GameLoop; }