Esempio n. 1
0
 public static List <Player> FindAllInOthers(System.Predicate <Player> predicate)
 {
     return(Others.FindAll(predicate));
 }