forked from akanyan/mu3-mods
feat: add 4 things
* DisableEncryption * LoadBoost * UnlockFrameRate * UnlockMasterDifficulty WIP, not fully reviewed/tested yet.
This commit is contained in:
11
UnlockFrameRate/MU3.Notes/patch_NotesManager.cs
Normal file
11
UnlockFrameRate/MU3.Notes/patch_NotesManager.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace MU3.Notes;
|
||||
|
||||
class patch_NotesManager: NotesManager {
|
||||
private float _frame;
|
||||
|
||||
private float _frameReal;
|
||||
|
||||
private void progressFrameAndFrameReal() {
|
||||
_frame = _frameReal;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user