forked from akanyan/mu3-mods
feat(MPO): add textures and fix an edge case
This commit is contained in:
@ -1,13 +1,15 @@
|
||||
using MU3.CustomUI;
|
||||
using MU3.Mod;
|
||||
|
||||
namespace MU3.SceneObject;
|
||||
|
||||
class patch_ANM_CMN_UserDeta_01: ANM_CMN_UserDeta_01 {
|
||||
private patch_MU3UICounter rating;
|
||||
|
||||
public extern void orig_setUserDetail();
|
||||
public new void setUserDetail() {
|
||||
rating.isDispSuffix = CustomRating.IsEnabled();
|
||||
rating.isDispSuffix = true;
|
||||
orig_setUserDetail();
|
||||
rating.setForceDirty();
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user