Forráskód Böngészése

InitForInviterToTryAgain()

lvjincheng 4 éve
szülő
commit
fe988543f3
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      Assets/BowArrow/Scripts/View/PKMatchingView.cs

+ 0 - 2
Assets/BowArrow/Scripts/View/PKMatchingView.cs

@@ -33,8 +33,6 @@ public class PKMatchingView : MonoBehaviour
         int otherIndex = (GlobalData.playerIndexInRoom + 1) % 2;
         MatchPlayerInfo info = GlobalData.matchPlayerInfos[otherIndex];
         //set config
-        GlobalData.pkMatchType = GlobalDataTemp.pkMatchType;
-        GlobalData.matchGameType = GlobalDataTemp.matchGameType;
         this.isTryAgainInviter = true;
     }