コード例 #1
0
ファイル: RepairableNear.cs プロジェクト: cjshmyr/OpenRA
 public RepairableNear(Actor self, RepairableNearInfo info)
 {
     this.self = self;
     this.info = info;
     movement  = self.Trait <IMove>();
 }
コード例 #2
0
 public RepairableNear(Actor self, RepairableNearInfo info)
 {
     this.self = self;
     Info      = info;
 }