1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 15:02:53 +02:00
- Clean up comment
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-18 11:25:39 +02:00
parent bd16cc145c
commit cb56a4d9f4

View File

@ -113,6 +113,7 @@ public struct ConnectionInfo
* hostname = hostname of the server * hostname = hostname of the server
* port = server port * port = server port
* nickname = nickname to use * nickname = nickname to use
*
* Returns: ConnectionInfo for this server * Returns: ConnectionInfo for this server
*/ */
public static ConnectionInfo newConnection(string hostname, ushort port, string nickname) public static ConnectionInfo newConnection(string hostname, ushort port, string nickname)