Beispiel #1
0
    public void Update()
    {
        PrepMovementFrame();

        ProcessAxes();
        DetermineControlState();

        _animation.Animate();
        _movement.MoveCharacter();
    }
Beispiel #2
0
 public void Update()
 {
     _movement.MoveCharacter();
 }