Example #1
0
 private void setIsConnecting(bool isCon)
 {
     setSearchinActive(isCon);
     isConnecting = isCon;
     if (isCon)
     {
         progressLabel.GetComponent <TextLoading>().setNewText(LanguageSystem.GET_IS_CONNECTING_LABEL());
     }
 }