Exemple #1
0
 public virtual void Awake()
 {
     characterBody  = CptUtil.GetCptInChildrenByName <CharacterBodyCpt>(gameObject, "Body");
     characterDress = CptUtil.GetCptInChildrenByName <CharacterDressCpt>(gameObject, "Body");
 }