Example #1
0
 public UpdateMonitoredObjs(DPGameRunner runner)
 {
     _runner = runner;
     ExpireAfter(0.2);
 }
Example #2
0
 public SpawnBackgroundNPCs(DPGameRunner runner)
 {
     this.runner = runner;
     ExpireAfter(0.5);
 }