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 System.IO;
|
||||
|
||||
namespace MU3.Data;
|
||||
|
||||
public class patch_DataManager : DataManager {
|
||||
public class patch_DataManager: DataManager {
|
||||
private extern void orig_linkFumenAnalysisData();
|
||||
private const string SEPARATOR = "$";
|
||||
private string PrintHeader() {
|
||||
|
Reference in New Issue
Block a user