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