forked from akanyan/mu3-mods
fix(MPO): unused var
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user