forked from akanyan/mu3-mods
chore: major cleanup
This commit is contained in:
@ -1,14 +1,9 @@
|
||||
#pragma warning disable CS0626
|
||||
#pragma warning disable CS0649
|
||||
#pragma warning disable IDE0051
|
||||
#pragma warning disable IDE1006
|
||||
|
||||
using UnityEngine;
|
||||
using UnityEngine;
|
||||
|
||||
namespace MU3.Notes;
|
||||
public class patch_FieldObject: FieldObject {
|
||||
public class patch_BarNotes {
|
||||
public class patch_Bar: BarNotes.Bar {
|
||||
class patch_FieldObject: FieldObject {
|
||||
class patch_BarNotes {
|
||||
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