[+] SinglePlayer support legacy game versions

This commit is contained in:
Clansty
2024-10-25 00:45:12 +08:00
parent 906bdfa15e
commit c074de5876
2 changed files with 18 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ public static class GuiSizes
GUI.backgroundColor = backgroundColor;
}
[HarmonyPatch]
public class BoxBackground
{
public static IEnumerable<MethodBase> TargetMethods()