public HarvesterAttackNotifier(Actor self, HarvesterAttackNotifierInfo info)
 {
     radarPings     = self.World.WorldActor.TraitOrDefault <RadarPings>();
     this.info      = info;
     lastAttackTime = -info.NotifyInterval * 25;
 }
 public HarvesterAttackNotifier(Actor self, HarvesterAttackNotifierInfo info)
 {
     radarPings = self.World.WorldActor.TraitOrDefault<RadarPings>();
     this.info = info;
     lastAttackTime = -info.NotifyInterval * 25;
 }