Пример #1
0
 //constructor
 public player(string pName, team t1)
 {
     playerName = pName;
     Team       = t1;
 }