Esempio n. 1
0
    private void InitGamePrep()
    {
        // Initialize all tanks
        _turretManager.Restart();

        // Change state to game loop
        state = State.GameLoop;
    }