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