コード例 #1
0
 public BaseAttackNotifier(Actor self, BaseAttackNotifierInfo info)
 {
     radarPings     = self.World.WorldActor.TraitOrDefault <RadarPings>();
     this.info      = info;
     lastAttackTime = -info.NotifyInterval * 25;
 }
コード例 #2
0
ファイル: BaseAttackNotifier.cs プロジェクト: ushardul/OpenRA
 public BaseAttackNotifier(Actor self, BaseAttackNotifierInfo info)
 {
     radarPings = self.World.WorldActor.TraitOrDefault<RadarPings>();
     this.info = info;
     lastAttackTime = -info.NotifyInterval * 25;
 }