Ejemplo n.º 1
0
 public PlaceBeacon(Actor self, PlaceBeaconInfo info)
 {
     radarPings = self.World.WorldActor.TraitOrDefault <RadarPings>();
     this.info  = info;
 }
Ejemplo n.º 2
0
 public PlaceBeacon(Actor self, PlaceBeaconInfo info)
 {
     radarPings = self.World.WorldActor.TraitOrDefault<RadarPings>();
     this.info = info;
 }