Пример #1
0
        static void Init()
        {
            // Get existing open window or if none, make a new one:
            CheckConfigFile();

            if (Instance == null)
            {
                Instance = ScriptableObject.CreateInstance <CCosmosEngineWindow>();
            }
            Instance.Show();
        }
        static void Init()
        {
            // Get existing open window or if none, make a new one:		
            CheckConfigFile();

            if (Instance == null)
            {
                Instance = ScriptableObject.CreateInstance<CCosmosEngineWindow>();
            }
            Instance.Show();
        }