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