Criança de acesso à unidade
// To acces a child of a gameObject use the combination below
parentGameObject.transform.GetChild(0).gameObject
SkelliBoi
// To acces a child of a gameObject use the combination below
parentGameObject.transform.GetChild(0).gameObject
public Component GetComponentInChildren(Type t);