Ejemplo n.º 1
0
 void Awake()
 {
     playerLight   = GetComponent <PlayerLight>();
     attacker      = GetComponentInChildren <IAttackable>();
     damageControl = GetComponentInChildren <IDamagable>();
     updateUI      = GetComponent <UpdatePlayerUI>();
 }