// Start is called before the first frame update void Awake() { comboChildren = GetComponentInChildren <DemonAnim>(); }
// Start is called before the first frame update void Awake() { DemonBody = GetComponent <Rigidbody>(); childrenAnim = GetComponentInChildren <DemonAnim>(); }