Format scripts

This commit is contained in:
2025-09-11 20:59:11 -07:00
parent ff2acc233e
commit bd1b02236b
10 changed files with 30 additions and 21 deletions

View File

@@ -200,7 +200,8 @@ public class ChatroomMenu : MonoBehaviour
optionsPanel.SetActive(false);
editMessage.SetActive(true);
});
optionsPanelReportButton.onClick.AddListener(() => {
optionsPanelReportButton.onClick.AddListener(() =>
{
reportMessagePanelReportReason.text = "";
optionsPanel.SetActive(false);
reportMessagePanel.SetActive(true);