Esempio n. 1
0
 public void Tick()
 {
     if (_gatherer.Take())
     {
         _gatherer.StockPile.Add();
     }
 }