상속: ITraitInfo
예제 #1
0
 public PlaceBeacon(Actor self, PlaceBeaconInfo info)
 {
     radarPings = self.World.WorldActor.TraitOrDefault <RadarPings>();
     this.info  = info;
 }
예제 #2
0
 public PlaceBeacon(Actor self, PlaceBeaconInfo info)
 {
     radarPings = self.World.WorldActor.TraitOrDefault<RadarPings>();
     this.info = info;
 }