Example #1
0
 public override void Draw(SpriteBatch batch)
 {
     if (anim.Count() > 0)
     {
         anim.Draw(batch);
     }
 }