Exemple #1
0
    void FixedUpdate()
    {
        _playerState.FixedUpdate();
        Flip();

        Move(_moveVector);
    }