fix: unused ref, version bump

This commit is contained in:
あかニャン 2024-08-24 16:26:31 +00:00
parent 50e4b53ed9
commit d577e8df3a
2 changed files with 1 additions and 3 deletions

View File

@ -8,8 +8,6 @@ class patch_Scene_32_PrePlayMusic_MusicSelect: Scene_32_PrePlayMusic_MusicSelect
private UIMusicSelector _selector; private UIMusicSelector _selector;
private UIDialogBase _dialogBase; private UIDialogBase _dialogBase;
[MonoModIgnore]
private extern void enableInput();
[MonoModIgnore] [MonoModIgnore]
private extern void onFinishPlayScenario(int status, bool flag); private extern void onFinishPlayScenario(int status, bool flag);
[MonoModIgnore] [MonoModIgnore]

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net35</TargetFramework> <TargetFramework>net35</TargetFramework>
<Company>7EVENDAYS⇔HOLIDAYS</Company> <Company>7EVENDAYS⇔HOLIDAYS</Company>
<Version>2.2.0</Version> <Version>2.3.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<Platforms>x64</Platforms> <Platforms>x64</Platforms>