InfiniteStory #6

Merged
akanyan merged 3 commits from jujuforce/mu3-mods:InfiniteStory into main 2024-08-24 16:29:09 +00:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit d577e8df3a - Show all commits

View File

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

View File

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