backend refactor yay!!! 1.4.0

This commit is contained in:
2025-08-09 04:46:40 -04:00
parent 8d1bac8201
commit 808da23afa
21 changed files with 616 additions and 77 deletions

11
Core/Util.cs Normal file
View File

@@ -0,0 +1,11 @@
using System;
using System.Reflection;
using HarmonyLib;
namespace undead_universal_patch_il2cpp.Core
{
public class Util
{
public static string LocalInstanceGuid { set; get; }
}
}