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