Example #1
0
 public static void FixedUpdate_Postfix(int ___frame)
 {
     InGamePopup.UpdateMessage("Loading", "Loading state from server, please wait\n" + Log.MessageInfo);
     if (Multiplayer.IsActive && ___frame >= 11)
     {
         Multiplayer.Session.OnGameLoadCompleted();
     }
 }