Files
undead-universal-patch-il2cpp/Util.cs
zombieb 8d1bac8201 - SignalR handshake fix
- Self-hosted PhotonSocketServer support
- Split photon and hile event patch
- Deprecated amplitude redirect patch
2025-04-13 02:11:08 -04:00

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; }
}
}