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