2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-09-13 20:43:19 +00:00

Protocol 4

This commit is contained in:
2025-08-22 17:40:49 +03:00
parent 488f80ff8d
commit 82b7e504a6
11 changed files with 286 additions and 630 deletions

View File

@@ -58,7 +58,7 @@ public class TCPConnection : NetworkConnection
Server?.Execute(this, buffer);
}
protected override void Disconencted()
protected override void Disconnected()
{
// do nothing
}