Ejemplo n.º 1
0
 public GameObjectCopy FindGameObject(string name)
 {
     return(AllObjects.ByName(name).FirstOrDefault());
 }