예제 #1
0
 public void gotiWin()
 {
     Debug.Log("Goti Win " + this.index);
     if (PlayerPrefs.GetInt(LudoTags.GAME_TYPE) == LudoTags.OFFLINE)
     {
         LudoDelegate.gotiWin(this.index, this.playerID);
     }
     isWin = true;
     transform.gameObject.SetActive(true);
 }