diff options
Diffstat (limited to 'src/SMAPI.Mods.ErrorHandler/Patches/EventPatches.cs')
-rw-r--r-- | src/SMAPI.Mods.ErrorHandler/Patches/EventPatches.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/SMAPI.Mods.ErrorHandler/Patches/EventPatches.cs b/src/SMAPI.Mods.ErrorHandler/Patches/EventPatches.cs index a15c1d32..72863d17 100644 --- a/src/SMAPI.Mods.ErrorHandler/Patches/EventPatches.cs +++ b/src/SMAPI.Mods.ErrorHandler/Patches/EventPatches.cs @@ -24,13 +24,6 @@ namespace StardewModdingAPI.Mods.ErrorHandler.Patches /********* - ** Accessors - *********/ - /// <inheritdoc /> - public string Name => nameof(EventPatches); - - - /********* ** Public methods *********/ /// <summary>Construct an instance.</summary> |