1
0
forked from akanyan/mu3-mods

feat: implement ExclusiveAudio

This commit is contained in:
2025-01-12 15:31:21 +00:00
parent 31fa3ce028
commit 7900fbbce9
15 changed files with 141 additions and 27 deletions

View File

@ -8,6 +8,8 @@ using UnityEngine;
namespace MU3.Sequence;
class patch_PlayMusic: PlayMusic {
public class CutscenePatch { };
private GameEngine _gameEngine;
private bool _quickStart = false;