Пример #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);
 }
Пример #2
0
 protected void Start()
 {
     targets = PointOfInterest.GetPointOfInterest(craftingStation);
 }