示例#1
0
 public bool Match(Player player)
 {
     return player.GetFavoriteSport().GetName().ToLower().StartsWith("volley");
 }