Ejemplo n.º 1
0
 private bool isFactory(Outpost o)
 {
     return(o.GetOutpostType() == OutpostType.Factory);
 }