Exemple #1
0
        // --------------------------------------------------------------
        // Methods (General)
        // --------------------------------------------------------------

        /// <summary>
        /// Enable the hero kit editor.
        /// </summary>
        private void OnEnable()
        {
            Instance         = this;
            windowMenu.width = windowMenuWidth;

            // get all components needed for this editor
            HeroKitCommon.LoadHeroKitRpgDatabases();
        }