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:
@ -6,9 +6,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace MU3.Notes;
|
||||
public class patch_FieldObject : FieldObject {
|
||||
public class patch_FieldObject: FieldObject {
|
||||
public class patch_BarNotes {
|
||||
public class patch_Bar : BarNotes.Bar {
|
||||
public class patch_Bar: BarNotes.Bar {
|
||||
public extern void orig_update(NotesManager mgr, float width = 1f);
|
||||
|
||||
public new void update(NotesManager mgr, float width = 1f) {
|
||||
|
Reference in New Issue
Block a user