Example #1
0
 protected void ChangeAnimation(Animation animation)
 {
     currentAnimation = animation;
     currentAnimation.OnReset();
 }