示例#1
0
 static void Prefix(Player __instance)
 {
     BeforeDestroy?.Invoke(__instance);
 }
示例#2
0
 private void OnBeforeDestroy()
 {
     BeforeDestroy?.Invoke();
 }