Esempio n. 1
0
        //Init + Start the pump !
        public virtual void Run()
        {
            //Check if the Threading engine has been initialize or not
            ThreadsManager.CheckInit();

            //Call the game Initialize !
            Initialize();

            //Call components Load Content
            LoadContent();

            ResetTimers();

            FixedTimeStepLoop();
        }