Esempio n. 1
0
 public bool GetStockpile()
 {
     stockpile = World.FindZone(StockpileFrom) as Stockpile;
     return(stockpile != null);
 }