예제 #1
0
 public PlayerComingFromCountry(String country)
 {
     this.country = country;
     players      = TeamsConnection.getAllPlayersComingFromCountry(country);
 }