void Update() { if (isUpdateHistory) { roomListPanel.OnUpdateHistoryResponse(totalCount, winCount); isUpdateHistory = false; } }