fix: add debug log

This commit is contained in:
Fangh 2024-01-29 22:50:20 +01:00
parent 94431e281f
commit 6b56da648c

View File

@ -371,6 +371,7 @@ private void OnNewGameState()
WaitingOtherPlayers.SetActive(false);
TakePicture.SetActive(false);
VotePicture.SetActive(true);
Debug.Log("It's voting time !", this);
myOnlineRoom.Child("currentQuestionId").ValueChanged += OnCurrentQuestionChanged;
}
break;