public void CompleteAndRemoveAnim(Anim anim) { this.CompleteAnim(anim); this.anims.Remove(anim); anim.Cleanup(); }