1
0
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:
2024-12-21 05:32:50 +00:00
parent 82c7bd9f94
commit 23331f8d56
4 changed files with 34 additions and 5 deletions

View File

@ -1,6 +1,7 @@
using MU3.CustomUI;
namespace MU3.SceneObject;
class patch_ANM_CMN_UserDeta_01: ANM_CMN_UserDeta_01 {
private MU3UICounter rating;
public extern void orig_setUserDetail();