コード例 #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;
 }