[HOTFIX] x버튼 추가
This commit is contained in:
parent
9d03e2a93f
commit
26687852c9
@ -81,7 +81,7 @@ public class GameUIController : MonoBehaviour
|
||||
GameManager.Instance.panelManager.OpenConfirmPanel("무승부 신청을 하시겠습니까?", () =>
|
||||
{
|
||||
_multiplayManager.RequestDraw();
|
||||
});
|
||||
}, true);
|
||||
GameManager.Instance.SetRequestDrawChanceFalse();
|
||||
}
|
||||
else
|
||||
@ -109,7 +109,7 @@ public class GameUIController : MonoBehaviour
|
||||
{
|
||||
GameManager.Instance.panelManager.OpenLoadingPanel(true, true, false, false);
|
||||
_multiplayManager.RequestRevengeRequest();
|
||||
});
|
||||
}, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user