diff --git a/Extras/MoreProfileOptions/MU3.SceneObject/patch_ANM_SWH_LocalMatching_User.cs b/Extras/MoreProfileOptions/MU3.SceneObject/patch_ANM_SWH_LocalMatching_User.cs index b4cc002..0d0c18e 100644 --- a/Extras/MoreProfileOptions/MU3.SceneObject/patch_ANM_SWH_LocalMatching_User.cs +++ b/Extras/MoreProfileOptions/MU3.SceneObject/patch_ANM_SWH_LocalMatching_User.cs @@ -1,12 +1,10 @@ using MU3.Collab; -using MU3.CustomUI; using UnityEngine; namespace MU3.SceneObject; class patch_ANM_SWH_LocalMatching_User: ANM_SWH_LocalMatching_User { private GameObject _objRatingNum; - private patch_MU3UICounter _counterRating; private GameObject _objRatingMask; private extern void orig_set_sub(Party.UserInfo userInfo, bool isHost, bool isWaitPlay, bool forRecruit);