122
This commit is contained in:
parent
ff9d662de6
commit
9c75c284cf
|
@ -463,7 +463,7 @@ public class GameManager : MonoSingleton<GameManager>
|
|||
|
||||
private void OnDisable()
|
||||
{
|
||||
Debug.Log("OnDisable");
|
||||
Debug.Log("OnDisable GameManager");
|
||||
Leaverroom();
|
||||
}
|
||||
|
||||
|
|
|
@ -134,7 +134,7 @@ public class UIBootstrap : MonoSingleton<UIBootstrap>
|
|||
|
||||
private void OnDisable()
|
||||
{
|
||||
Debug.Log("OnDisable");
|
||||
Debug.Log("OnDisable UIBootstrap");
|
||||
AdamSync.SyncCreateRoom.leaveRoomRequset -= OnLeaveRoomInfo;
|
||||
string _msg = "leaveroom ";
|
||||
_ = AdamSync.SyncCreateRoom.SendMessageAsync(_msg);
|
||||
|
|
|
@ -56,6 +56,7 @@ namespace AdamSync
|
|||
|
||||
private void OnDisable()
|
||||
{
|
||||
Debug.Log("1212");
|
||||
SyncCreateRoom.CloseClint();
|
||||
isLinkAgain = false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue