Ejemplo n.º 1
0
    public void ChangeManteau(bool sens)
    {
        CharacterSelect chara = instance.allChara[GetCurrentPersonnalizationSlot()];

        chara.GetInfos().GetModelInfos().ChangeManteau(sens);
        chara.GetInfos().GetModelInfos().SetModelToModelParameters(chara.GetGameObject());
    }