Skip to content

Commit

Permalink
Update Plugin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
shabbywu authored May 18, 2022
1 parent 64dba4f commit 1fe29e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions michangsheng/InstantlyForgeAndRefine/Plugin.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using BepInEx;
using BepInEx;
using HarmonyLib;
script.NewLianDan.LianDan;

namespace InstantlyForgeAndRefine
{
Expand Down Expand Up @@ -30,7 +29,7 @@ static bool patchGetCostTime(ref int __result){
}
}

[HarmonyPatch(typeof(LianDanPanel), "StartLianDan")]
[HarmonyPatch(typeof(script.NewLianDan.LianDan.LianDanPanel), "StartLianDan")]
public class InstantlyRefine {
static readonly object _object = new object();

Expand Down

0 comments on commit 1fe29e5

Please sign in to comment.