1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 04:13:32 +08:00

rename GameLogicProc back to make things compatible with old dependants

This commit is contained in:
2025-09-22 12:26:37 +08:00
parent 2a4008deac
commit e909b6d9d2
10 changed files with 10 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
using System.Collections.Generic;
using BepInEx.Configuration;
using HarmonyLib;
using UXAssist.Common;
using GameLogicProc = UXAssist.Common.GameLogic;
namespace UniverseGenTweaks;
public static class BirthPlanetPatch