Ejemplo n.º 1
0
 private static void ReplaceDeathHook()
 {
     StoreAndReplaceHook("Death", new ActionRunCoroutine(ret => DeathHandler.Execute()));
 }