forked from akanyan/mu3-mods
feat: implement ExclusiveAudio
This commit is contained in:
@ -8,6 +8,8 @@ using UnityEngine;
|
||||
namespace MU3.Sequence;
|
||||
|
||||
class patch_PlayMusic: PlayMusic {
|
||||
public class CutscenePatch { };
|
||||
|
||||
private GameEngine _gameEngine;
|
||||
private bool _quickStart = false;
|
||||
|
||||
|
Reference in New Issue
Block a user