Exemplo n.º 1
0
 public string addNewPlayer(string firstName, string lastName, UInt32 id, CCommunicationDetails commDet)
 {
     m_teams.getDefultTeam().addPlayer(new CPlayer(firstName, lastName, id, commDet));
     return("");//TBD have to check which test i missed
 }