public virtual void Draw(SpriteBatch spriteBatch) { Image.Draw(spriteBatch); }
public void Draw(SpriteBatch spriteBatch) { animationImage.Draw(spriteBatch); }