예제 #1
0
 private static void ReplaceDeathHook()
 {
     StoreAndReplaceHook("Death", new ActionRunCoroutine(ret => DeathHandler.Execute()));
 }