diff --git a/Assets/Scripts/ChatroomMenu.cs b/Assets/Scripts/ChatroomMenu.cs index bc56184..2027a76 100644 --- a/Assets/Scripts/ChatroomMenu.cs +++ b/Assets/Scripts/ChatroomMenu.cs @@ -1,7 +1,5 @@ -using System; using System.Collections; using System.Numerics; -using System.Text; using System.Threading.Tasks; using MikeSchweitzer.WebSocket; using Newtonsoft.Json; @@ -141,7 +139,7 @@ public class ChatroomMenu : MonoBehaviour var optionsButton = rowInfo.transform.GetChild(4).GetComponent