public static bool Prefix(GeneratorPhotonView __instance, ref Player otherPlayer)
 {
     MelonLogger.Log(ConsoleColor.Magenta, $"Player {otherPlayer.name} left");
     return(true);
 }
 public static bool Prefix(GeneratorPhotonView __instance, ref SceneInfoInstance sceneInfoInstance)
 {
     MelonLogger.Log(ConsoleColor.Magenta, $"{sceneInfoInstance.mapKey}   {sceneInfoInstance.variantKey}");
     return(true);
 }