added necessary methods and added method sig to cw of engineconnect

This commit is contained in:
Sem van der Hoeven
2020-09-30 12:13:59 +02:00
parent 7b05fcc898
commit d06d621b13
2 changed files with 1 additions and 98 deletions

View File

@@ -31,7 +31,7 @@ namespace RH_Engine
}
else
{
Console.WriteLine("Starting loop for reading");
Console.WriteLine("[SERVERRESPONSEREADER] Starting loop for reading");
while (true)
{
string res = ReadPrefMessage(Stream);