Exemple #1
0
        void Start()
        {
            autoNav = new AutoStellarNavigation(GetNavConfig());

            self = this;
            new Harmony(__GUID__).PatchAll();
        }
Exemple #2
0
        private void Start()
        {
            __this             = this;
            s_NavigateInstance = new AutoStellarNavigation(GetNavigationConfig());

            new Harmony(__GUID__).PatchAll();
        }