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