string GetInput() { string msg = Socket.GetMessage(); //Debug.Log("Receive: " + msg); return(msg); }
string GetInput() { return(Socket.GetMessage()); }