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