Ejemplo n.º 1
0
    public void Update()
    {
        PrepMovementFrame();

        ProcessAxes();
        DetermineControlState();

        _animation.Animate();
        _movement.MoveCharacter();
    }
Ejemplo n.º 2
0
 public void Update()
 {
     _movement.MoveCharacter();
 }