forked from akanyan/mu3-mods
feat: reachable rating
This commit is contained in:
@ -20,6 +20,9 @@ class patch_OptionMiniSummaryController: OptionMiniSummaryController {
|
||||
case 2:
|
||||
comp.text = "TYPE-B";
|
||||
break;
|
||||
case 3:
|
||||
comp.text = "TYPE-C";
|
||||
break;
|
||||
}
|
||||
} else if(id == UserOption.OptionName.Abort) {
|
||||
switch(value) {
|
||||
|
Reference in New Issue
Block a user