protected override void LoadContent() { Representation.LoadContent(Game); Representation.OnTextureChangedAction = (Texture2D texture) => { Texture = texture; }; base.LoadContent(); }