Esempio n. 1
0
 void RightLeg_OFF()
 {
     RightLeg.SetActive(false);
 }
Esempio n. 2
0
 void RightLeg_ON()
 {
     RightLeg.SetActive(true);
 }