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