예제 #1
0
 public BridgeLayer(Actor self, BridgeLayerInfo Info)
 {
     this.Info  = Info;
     this.world = self.World;
 }
예제 #2
0
파일: BridgeLayer.cs 프로젝트: Tsher/OpenRA
 public BridgeLayer(Actor self, BridgeLayerInfo Info)
 {
     this.Info = Info;
     this.world = self.World;
 }