コード例 #1
0
ファイル: PlayerPatches.cs プロジェクト: cmorton95/Exhaustion
 static void Prefix(Player __instance)
 {
     BeforeDestroy?.Invoke(__instance);
 }
コード例 #2
0
ファイル: Meteor.cs プロジェクト: Augustalex/city_expanse_vr
 private void OnBeforeDestroy()
 {
     BeforeDestroy?.Invoke();
 }