예제 #1
0
파일: NukePower.cs 프로젝트: pdovy/OpenRA
 public NukePower(Actor self, NukePowerInfo info)
     : base(self, info)
 {
 }
예제 #2
0
 public NukePower(Actor self, NukePowerInfo info)
     : base(self, info)
 {
     body = self.Trait <IBodyOrientation>();
 }
예제 #3
0
 public NukePower(Actor self, NukePowerInfo info) : base(self, info)
 {
 }