Пример #1
0
        static bool Unload(UnityModManager.ModEntry modEntry)
        {
            UserInterfaceHelper.DestroyObjectDropperButton();
            SpawnableManager.DisposeLoadedAssets();

            Harmony?.UnpatchAll();
            return(true);
        }