Ejemplo n.º 1
0
 public void DetatchFromSource()
 {
     source  = null;
     hanging = true;
 }
Ejemplo n.º 2
0
 public void Attatch(BodyPart source, BodyPart target)
 {
     hanging     = false;
     this.source = source;
     this.target = target;
 }
Ejemplo n.º 3
0
 public void DetatchFromTarget()
 {
     target  = null;
     hanging = true;
 }