edited clients

This commit is contained in:
shinichi
2020-09-23 13:14:49 +02:00
parent e0e910ac25
commit e315e1cf3f
2 changed files with 5 additions and 5 deletions

View File

@@ -19,9 +19,10 @@ namespace Client
Client client = new Client();
while (true)
{
}
}
public Client() : this("localhost", 5555)
{