client hello (#1)
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user