public static bool Prefix(ZNetScene __instance)
 {
     Debug.LogWarning($"[Jam] ZNetScene_Awake_Patch");
     Jam.TryRegisterPrefabs(__instance);
     return(true);
 }
 public static bool Prefix(ZNetScene __instance)
 {
     Jam.TryRegisterPrefabs(__instance);
     return(true);
 }