Beispiel #1
0
        public void ChangeCloths()
        {
            CharacterShapeSetting chsetting = ch.GetComponent <CharacterShapeSetting>();

            chsetting.ChangeCh(face, handL, handR, helmet, mask, dress, shoes);
        }
Beispiel #2
0
        public override void MeB(bool isActionCharacter)
        {
            CharacterShapeSetting chsetting = ch.GetComponent <CharacterShapeSetting>();

            chsetting.ChOri();
        }