Exemplo n.º 1
0
 void Start()
 {
     characterController = gameObject.GetComponent <CharacterController>();
     animator            = GetComponent <Animator>();
     respawnPositions    = GameObject.FindGameObjectsWithTag("Respawn").ToList();
     health             = GetComponent <UruHealth>();
     health.NotifiyHit += OnHit;
 }
Exemplo n.º 2
0
 public void NotifyDeath(UruHealth health, IKiller killer)
 {
 }