Exemplo n.º 1
0
 protected void Start()
 {
     // TODO: Use HarvestPoint and have resources like trees and rocks deplete
     //       over time as they are being consumed.
     targets = PointOfInterest.GetPointOfInterest(harvestSource);
 }
Exemplo n.º 2
0
 protected void Start()
 {
     targets = PointOfInterest.GetPointOfInterest(craftingStation);
 }