// Use this for initialization void Awake() { gc = GetComponent <GolemControl>(); torso = GetComponentInChildren <Torso>(); }
// Use this for initialization void Awake() { self = GetComponent <Golem>(); gc = Player.i.gc; StartCoroutine(AttackCoolDown(2f)); }