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