Recommendations for a kill counter

Diego Fabre

New member
We are working on a local multiplayer (4 players on PC only) and we need to make a death counter. The question is at what moment or with what function should we get the data for each death. If with the event system or executing another code?
 
You can either subclass the CharacterHealth component or listen for the OnDeath event.
 
Top