[O] Auto detect if DebugFeature is need to be patched

This commit is contained in:
Clansty
2024-09-27 20:18:53 +08:00
parent a2db465825
commit c1c7788cd3
6 changed files with 28 additions and 12 deletions

View File

@@ -284,12 +284,12 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Cheat\DebugFeature.cs" />
<Compile Include="Cheat\MapUnlock.cs" />
<Compile Include="Cheat\TicketUnlock.cs" />
<Compile Include="Cheat\UnlockUtage.cs" />
<Compile Include="Config.cs" />
<Compile Include="Fix\BasicFix.cs" />
<Compile Include="Fix\DebugFeature.cs" />
<Compile Include="Fix\DisableReboot.cs" />
<Compile Include="Fix\ExtendNotesPool.cs" />
<Compile Include="Fix\FixCharaCrash.cs" />