Beispiel #1
0
 public void PlayRunAnimation(float xOffset, float yOffset)
 {
     upper.PlayRunAnimation();
     center.PlayRunAnimation();
     lower.PlayRunAnimation();
     OffsetAnimation(xOffset, yOffset);
 }