Exemple #1
0
 public void dibujar(SpriteBatch spriteBatch)
 {
     try
     {
         animacion.Draw(spriteBatch);
     }
     catch (Exception) { }
 }