소스 검색

Remove unneeded reference

ghorsington 4 년 전
부모
커밋
a6a6a5fc56
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      BepInEx.Preloader/RuntimeFixes/UnityPatches.cs

+ 0 - 1
BepInEx.Preloader/RuntimeFixes/UnityPatches.cs

@@ -1,7 +1,6 @@
 using System;
 using System.Collections.Generic;
 using System.Reflection;
-using BepInEx.Harmony;
 using HarmonyLib;
 
 namespace BepInEx.Preloader.RuntimeFixes