Add RequireComponent

We should probably require DeathHandler on the PlayerHealth class:

[RequireComponent(typeof(DeathHandler))]
public class PlayerHealth : MonoBehaviour
...
1 Like

Privacy & Terms