mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Each side of a TCP connection has an associated 16-bit unsigned port number (0-65535). Use an unsigned short rather than a signed short otherwise you'll only get half the ports! |
||
|---|---|---|
| .. | ||
| ChatBots | ||
| Commands | ||
| config | ||
| Crypto | ||
| Properties | ||
| Protocol | ||
| Proxy | ||
| Resources | ||
| .gitignore | ||
| ChatBot.cs | ||
| Command.cs | ||
| ConsoleIcon.cs | ||
| ConsoleIO.cs | ||
| McTcpClient.cs | ||
| MinecraftClient.csproj | ||
| MinecraftClient.csproj.user | ||
| Program.cs | ||
| Settings.cs | ||