File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using System . Text . Json ;
2- using Il2CppSystem . IO ;
3- using Il2CppSystem . Text ;
1+ using System . IO ;
2+ using System . Text ;
3+ using System . Text . Json ;
44
55namespace IMYSHook ;
66
@@ -14,7 +14,7 @@ public static void Read()
1414 {
1515 if ( File . Exists ( "./BepInEx/plugins/config.json" ) )
1616 {
17- var content = File . InternalReadAllText ( "./BepInEx/plugins/config.json" , Encoding . UTF8 ) ;
17+ var content = File . ReadAllText ( "./BepInEx/plugins/config.json" , Encoding . UTF8 ) ;
1818 var doc = JsonDocument . Parse ( content ) ;
1919 var config = doc . RootElement ;
2020
Original file line number Diff line number Diff line change 1- using System . Text . RegularExpressions ;
1+ using System . IO ;
2+ using System . Text . RegularExpressions ;
23using BepInEx ;
34using Hachiroku . Novel ;
45using Hachiroku . Novel . UI ;
56using HarmonyLib ;
6- using Il2CppSystem . IO ;
77using TMPro ;
88using UnityEngine ;
99
You can’t perform that action at this time.
0 commit comments