Пример #1
0
 public IGameObject[] FindGameObjects(Predicate <IGameObject> match)
 {
     return(MMW.FindGameObjects(match));
 }