Beispiel #1
0
 public void Detach()
 {
     foreach (LimbController Limb in ControllerStringDictionary.Keys)
     {
         Limb.Detach();
     }
 }