public UpdateMonitoredObjs(DPGameRunner runner) { _runner = runner; ExpireAfter(0.2); }
public SpawnBackgroundNPCs(DPGameRunner runner) { this.runner = runner; ExpireAfter(0.5); }