forked from akanyan/mu3-mods
feat(MPO): implement TYPE-D
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user