forked from akanyan/mu3-mods
feat: add infinite gp and skip premusic
Also, run the autoformatter. Also, the skip is now cleaner.
This commit is contained in:
@ -7,7 +7,7 @@ using UnityEngine;
|
||||
|
||||
namespace MU3.Notes;
|
||||
|
||||
public class patch_NotesManager : NotesManager {
|
||||
public class patch_NotesManager: NotesManager {
|
||||
public extern void orig_reset();
|
||||
|
||||
public extern Vector3 orig_getEnemyPos();
|
||||
|
Reference in New Issue
Block a user