public DrawableAnimatableSprite2(Game game)
     : base(game)
 {
     // TODO: Construct any child components here
     //content = game.Content;
     spriteAnimationAdapter = new SpriteAnimationAdapter(game);
 }
 public DrawableAnimatableSprite2(Game game)
     : base(game)
 {
     spriteAnimationAdapter = new SpriteAnimationAdapter(game, this);
 }