1
0
forked from akanyan/mu3-mods

fix(MPO): unused var

This commit is contained in:
2025-01-05 03:05:09 +00:00
parent bff55932ff
commit 6b6dd8091b

View File

@ -1,12 +1,10 @@
using MU3.Collab; using MU3.Collab;
using MU3.CustomUI;
using UnityEngine; using UnityEngine;
namespace MU3.SceneObject; namespace MU3.SceneObject;
class patch_ANM_SWH_LocalMatching_User: ANM_SWH_LocalMatching_User { class patch_ANM_SWH_LocalMatching_User: ANM_SWH_LocalMatching_User {
private GameObject _objRatingNum; private GameObject _objRatingNum;
private patch_MU3UICounter _counterRating;
private GameObject _objRatingMask; private GameObject _objRatingMask;
private extern void orig_set_sub(Party.UserInfo userInfo, bool isHost, bool isWaitPlay, bool forRecruit); private extern void orig_set_sub(Party.UserInfo userInfo, bool isHost, bool isWaitPlay, bool forRecruit);