forked from zombieb/undead-universal-patch-il2cpp
Initial commit
This commit is contained in:
15
Patches/RealPhotonPatchEvent.cs
Normal file
15
Patches/RealPhotonPatchEvent.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using ExitGames.Client.Photon;
|
||||
using HarmonyLib;
|
||||
using System;
|
||||
|
||||
namespace undead_universal_patch_il2cpp.Patches
|
||||
{
|
||||
[HarmonyPatch(typeof(PhotonNetwork), nameof(PhotonNetwork.ConnectUsingSettings))]
|
||||
public class RealPhotonPatchEvent
|
||||
{
|
||||
public static void Prefix()
|
||||
{
|
||||
Photon.Patch();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user