Exemplo n.º 1
0
 public static void Perform(HarmonyInstance harmony)
 {
     PerformPatch("SteamId", () =>
     {
         harmony.Patch(typeof(SteamUser).GetMethod("GetSteamID"), GetPatch("SteamIsntRunning", typeof(SteamIdPatches)), null, null);
         VRCPlayer.SetNetworkProperties();
     });
 }