Beispiel #1
0
 public override void Stop()
 {
     forceVertical.Stop();
     forceHorizontal.Stop();
     this.enabled = false;
 }
Beispiel #2
0
 public override void Stop()
 {
     force.Stop();
     this.enabled = false;
 }