public void Clear() { if (LeftHand != null) { LeftHand.Clear(); } if (RightHand != null) { RightHand.Clear(); } LeftHand = RightHand = null; }