Beispiel #1
0
    private void Update()
    {
        _Fox.Attack();
        _Fox.Move(Ani, myRb, AM);

        UpdateFox();
    }