// Protected:
        #region Protected

        protected override void InstallPatches()
        {
            BaseChestOverlay.Install();
            ChestOverlay.Install();
            ChestContainer.Install();
            ModEntry.Install();
        }
示例#2
0
        // Protected:
        #region Protected

        protected override void InstallPatches()
        {
            CategoryMenu.Install();
            ChestOverlay.Install();
            WidgetHost.Install();
        }