Ejemplo n.º 1
0
 public PlaceSimpleBeacon(Actor self, PlaceSimpleBeaconInfo info)
 {
     radarPings = self.World.WorldActor.TraitOrDefault <RadarPings>();
     this.info  = info;
 }
Ejemplo n.º 2
0
 public BaseAttackNotifier(Actor self, BaseAttackNotifierInfo info)
 {
     radarPings     = self.World.WorldActor.TraitOrDefault <RadarPings>();
     this.info      = info;
     lastAttackTime = -info.NotifyInterval * 25;
 }