client hello (#1)

This commit is contained in:
shalzuth
2022-01-16 22:55:42 +01:00
committed by GitHub
parent 14ce748c5c
commit f3b7efca45
10 changed files with 483 additions and 25 deletions
+1
View File
@@ -36,6 +36,7 @@ internal static class Program
Map = "/Game/ThirdPersonCPP/Maps/ThirdPersonExampleMap"
};
//Task.Run(() => { Thread.Sleep(100); new Client().Connect("127.0.0.1", 7777, worldUrl); });
await using (var world = new ProspectWorld(worldUrl))
{
world.SetGameInstance(new UGameInstance());