forked from akanyan/mu3-mods
feat: a decent rating selector?
Except it shows an arrow to the right when it shouldn't
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
namespace MU3.CustomUI;
|
||||
|
||||
class patch_MU3UICounter: MU3UICounter {
|
||||
protected extern void orig_calcNumFiguresFloat(double value);
|
||||
protected new void calcNumFiguresFloat(double value) {
|
||||
|
Reference in New Issue
Block a user