Esempio n. 1
0
 public Mimic(TwinCube receiver, TwinCube twin, Vector3 endPosition, Vector3 direction) : base(receiver, endPosition)
 {
     this.twin      = twin;
     this.direction = direction;
 }
Esempio n. 2
0
 public Mimic(TwinCube receiver, TwinCube twin, Vector3 endPosition,Vector3 direction)
     : base(receiver,endPosition)
 {
     this.twin = twin;
     this.direction = direction;
 }