Ejemplo n.º 1
0
 public void CompleteAndRemoveAnim(Anim anim)
 {
     this.CompleteAnim(anim);
     this.anims.Remove(anim);
     anim.Cleanup();
 }