how to listen to an Action in unity C#

Viewed 55

i want to make a mod an unity game , i want to do something when a character died

How can I listen to this action ?

public unsafe Il2CppSystem.Action<float, GameObject, DamageType> onDeath

0 Answers
Related