mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-08 22:51:34 -07:00
stupid dumb photon patch
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using BepInEx;
|
||||
using BepInEx;
|
||||
using BepInEx.Logging;
|
||||
using BepInEx.Unity.IL2CPP;
|
||||
using HarmonyLib;
|
||||
@@ -8,13 +8,18 @@ namespace CannedNet.Client;
|
||||
[BepInPlugin("lapis.cannednet.client", "CannedNet Client", "1.0.0")]
|
||||
public class Plugin : BasePlugin
|
||||
{
|
||||
private const string PhotonDataUrl = "https://ns.lapis.codes/photon";
|
||||
|
||||
internal static new ManualLogSource Log;
|
||||
|
||||
public static string appIdRT;
|
||||
public static string appIdVoice;
|
||||
public static string appIdChat;
|
||||
|
||||
public override void Load()
|
||||
{
|
||||
Log = base.Log;
|
||||
Log.LogInfo($"I JUST HIT THE JACKPOTTTT!!!!! YUH YUH YUH!");
|
||||
|
||||
Harmony.CreateAndPatchAll(typeof(Plugin).Assembly);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user