예제 #1
0
 public void AddAnimation(string name, SpriteAnimation animation)
 {
     _animations.Add(name, animation);
 }