forked from akanyan/mu3-mods
fix(SortByInternal): better title
This commit is contained in:
@ -18,7 +18,7 @@ public static class patch_MusicSort1IDEnum {
|
||||
new MusicSort1TableRecord(4, "Level", "譜面レベル", 0),
|
||||
new MusicSort1TableRecord(5, "Name", "曲名", 0),
|
||||
new MusicSort1TableRecord(6, "Attribute", "属性", 0),
|
||||
new MusicSort1TableRecord(7, "InternalLevel", "インターナル", 0)
|
||||
new MusicSort1TableRecord(7, "InternalLevel", "譜面定数", 0)
|
||||
};
|
||||
List = new[] {
|
||||
patch_MusicSort1ID.Genre,
|
||||
|
Reference in New Issue
Block a user