//---------------------------------------------------------------
        /// <summary>
        /// Game update loop (Can't update logic, for logic use scripts or Content.Game.OnUpdate_Logic)
        /// </summary>
        public void Update(TGraphicEngine GraphicEngine, TimeSpan Time)
        {
            GameBase.Update(Time);
        }