Exemplo n.º 1
0
 public void StopHugging(GravityHug hug)
 {
     if (hug == this.hug)
     {
         //this.hug = null;
         //body.useGravity = true;
     }
 }
Exemplo n.º 2
0
 public void StartHugging(GravityHug hug)
 {
     this.hug        = hug;
     body.useGravity = false;
 }