forked from zombieb/undead-universal-patch-il2cpp
12 lines
205 B
C#
12 lines
205 B
C#
using System;
|
|
using System.Reflection;
|
|
using HarmonyLib;
|
|
|
|
namespace undead_universal_patch_il2cpp.Core
|
|
{
|
|
public class Util
|
|
{
|
|
public static string LocalInstanceGuid { set; get; }
|
|
}
|
|
}
|