Example #1
0
		public BridgeLayer(Actor self, BridgeLayerInfo info)
		{
			this.info = info;
		}
Example #2
0
 public BridgeLayer(Actor self, BridgeLayerInfo info)
 {
     this.info = info;
 }
Example #3
0
 public BridgeLayer(Actor self, BridgeLayerInfo info)
 {
     this.info  = info;
     this.world = self.World;
 }
Example #4
0
 public BridgeLayer(Actor self, BridgeLayerInfo info)
 {
     this.info = info;
     this.world = self.World;
 }