protected override bool Initialize(bool loadedAny)
        {
            GUI._Start();

            Main.AddDebugMessageListener(new _debugListen());

            return(true);
        }