We should probably require DeathHandler on the PlayerHealth class:
[RequireComponent(typeof(DeathHandler))]
public class PlayerHealth : MonoBehaviour
...
We should probably require DeathHandler on the PlayerHealth class:
[RequireComponent(typeof(DeathHandler))]
public class PlayerHealth : MonoBehaviour
...