コード例 #1
0
ファイル: RallyPoint.cs プロジェクト: wytsep/OpenRA
 public RallyPoint(Actor self, RallyPointInfo info)
 {
     Location = self.Location + info.RallyPoint;
     self.World.AddFrameEndTask(w => w.Add(new Effects.RallyPoint(self, info.IndicatorPalettePrefix)));
 }
コード例 #2
0
ファイル: RallyPoint.cs プロジェクト: RobotCaleb/OpenRA
 public RallyPoint(Actor self, RallyPointInfo info)
 {
     Location = self.Location + info.RallyPoint;
     self.World.AddFrameEndTask(w => w.Add(new Effects.RallyPoint(self, info.IndicatorPalettePrefix)));
 }