fix: add debug log
This commit is contained in:
parent
94431e281f
commit
6b56da648c
@ -371,6 +371,7 @@ private void OnNewGameState()
|
|||||||
WaitingOtherPlayers.SetActive(false);
|
WaitingOtherPlayers.SetActive(false);
|
||||||
TakePicture.SetActive(false);
|
TakePicture.SetActive(false);
|
||||||
VotePicture.SetActive(true);
|
VotePicture.SetActive(true);
|
||||||
|
Debug.Log("It's voting time !", this);
|
||||||
myOnlineRoom.Child("currentQuestionId").ValueChanged += OnCurrentQuestionChanged;
|
myOnlineRoom.Child("currentQuestionId").ValueChanged += OnCurrentQuestionChanged;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user