messy client<->server checkpoint

This commit is contained in:
2026-07-17 13:58:53 -05:00
parent 3a3f67c4ef
commit 235530c03d
16 changed files with 357 additions and 5 deletions

View File

@@ -19,3 +19,12 @@ Logger = (
FileName = "app.log";
}
);
TcpClient = (
{
Id = "main";
Hostname = "127.0.0.1";
Port = 39500;
}
);