1
0
forked from akanyan/mu3-mods

feat: reachable rating

This commit is contained in:
2024-12-23 18:11:33 +00:00
parent 57d7be2bfb
commit 8c532260b3
15 changed files with 139 additions and 109 deletions

View File

@ -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) {