Exemple #1
0
 public void Play(string key)
 {
     currentAnimation = animations[key];
     currentAnimation.Reset();
 }