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); }
protected void Start() { targets = PointOfInterest.GetPointOfInterest(craftingStation); }