forked from zombieb/undead-universal-patch-il2cpp
- Self-hosted PhotonSocketServer support - Split photon and hile event patch - Deprecated amplitude redirect patch
12 lines
200 B
C#
12 lines
200 B
C#
using System;
|
|
using System.Reflection;
|
|
using HarmonyLib;
|
|
|
|
namespace undead_universal_patch_il2cpp
|
|
{
|
|
public class Util
|
|
{
|
|
public static string LocalInstanceGuid { set; get; }
|
|
}
|
|
}
|