示例#1
0
    void ClosePages()
    {
        m_rooms.SetActive(false);
        m_bookmarks.SetActive(false);
        m_credits.SetActive(false);
        m_mariChat.SetVisible(false);
        m_agentChat.SetVisible(false);

        if (onCloseChats != null)
        {
            onCloseChats();
        }
    }