fix: unused ref, version bump
This commit is contained in:
parent
50e4b53ed9
commit
d577e8df3a
@ -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]
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user