コード例 #1
0
    public void ConnectToServer()
    {
        // Get the IP address from the textfield
        string ipAddress = m_playerName.text;

        serverConnection.ConnectToIP(ipAddress);
    }