Example #1
0
 public static void SetRightHand(TauHand hand)
 {
     RightHand = hand;
 }
Example #2
0
 public static void SetAppItem(TauHand item)
 {
     AppItem = item;
 }
Example #3
0
 public static void SetLeftHand(TauHand hand)
 {
     LeftHand = hand;
 }