//--------------------------------------------------------------- /// <summary> /// Initialization /// </summary> public void Intitialize(TGraphicEngine GraphicEngine) { // 1. Let's initialize the engine. Render, camera and data entry GameBase = new TGameBase(GraphicEngine); // 2. Initializing content Content = new TContent(GameBase); }