Exemplo n.º 1
0
        public GetUserInfo(ProfileScene script)
        {
            recvScript = script;
            NickName   = "";

            trophyList    = new Trophy[1];
            trophyList[0] = new Trophy();

            tournamentList    = new Trophy[1];
            tournamentList[0] = new Trophy();
        }
Exemplo n.º 2
0
 public GetCupInfo(ProfileScene script0)
 {
     script            = script0;
     tournamentList    = new Trophy[1];
     tournamentList[0] = new Trophy();
 }