Пример #1
0
    public void RandomizeValues()
    {
        leftLeg.RandomizeValues();
        rightLeg.RandomizeValues();
        leftLeg1.RandomizeValues();
        rightLeg1.RandomizeValues();

        leftFoot.RandomizeValues();
        rightFoot.RandomizeValues();
        leftFoot1.RandomizeValues();
        rightFoot1.RandomizeValues();
    }