forked from zombieb/undead-universal-patch-il2cpp
backend refactor yay!!! 1.4.0
This commit is contained in:
11
Core/Util.cs
Normal file
11
Core/Util.cs
Normal 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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user