Skip to content

Commit

Permalink
refactor: Update to Harmony 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GhilleAU committed May 2, 2024
1 parent 00bd1d6 commit 7b5d228
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Harmony;
using HarmonyLib;
using System.Collections.Generic;
using System.Reflection.Emit;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using AdminRestrictions.Utility;
using Harmony;
using HarmonyLib;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
Expand Down
2 changes: 1 addition & 1 deletion src/AdminRestrictions/Utility/Helpers.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Harmony;
using HarmonyLib;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
Expand Down

0 comments on commit 7b5d228

Please sign in to comment.