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