public GomezHost(Game game) : base(game) { this.playerMesh = new Mesh() { SamplerState = SamplerState.PointClamp }; this.UpdateOrder = 11; this.DrawOrder = 9; GomezHost.Instance = this; }