Beispiel #1
0
        public IEnumerator JoinSuc(GCPushJoinTeam team)
        {
            myTeam = new TeamInfo(team);
            Log.Net("joint team id " + myTeam.TeamId);
            yield return(StartCoroutine(LoadTeamInfo(myTeam.TeamId)));

            WindowMng.windowMng.ShowNotifyLog("你加入了队伍", 3);
        }
Beispiel #2
0
 public TeamInfo(GCPushJoinTeam t)
 {
     joinTeam = t;
 }