1
0
forked from akanyan/mu3-mods

feat(MPO): implement TYPE-D

This commit is contained in:
2024-12-28 01:17:27 +00:00
parent 75e60b85bf
commit e5e177f226
5 changed files with 100 additions and 71 deletions

View File

@ -23,6 +23,9 @@ class patch_OptionMiniSummaryController: OptionMiniSummaryController {
case 3:
comp.text = "TYPE-C";
break;
case 4:
comp.text = "TYPE-D";
break;
}
} else if(id == UserOption.OptionName.Abort) {
switch(value) {