From 929dccb75a1405737975d76648e015a3e7c00177 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 7 Oct 2017 23:07:10 -0400 Subject: reorganise repo structure --- src/StardewModdingAPI/Framework/RequestExitDelegate.cs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/StardewModdingAPI/Framework/RequestExitDelegate.cs (limited to 'src/StardewModdingAPI/Framework/RequestExitDelegate.cs') diff --git a/src/StardewModdingAPI/Framework/RequestExitDelegate.cs b/src/StardewModdingAPI/Framework/RequestExitDelegate.cs deleted file mode 100644 index 12d0ea0c..00000000 --- a/src/StardewModdingAPI/Framework/RequestExitDelegate.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace StardewModdingAPI.Framework -{ - /// A delegate which requests that SMAPI immediately exit the game. This should only be invoked when an irrecoverable fatal error happens that risks save corruption or game-breaking bugs. - /// The module which requested an immediate exit. - /// The reason provided for the shutdown. - internal delegate void RequestExitDelegate(string module, string reason); -} \ No newline at end of file -- cgit