This commit is contained in:
martinluckyrobots
2025-04-15 12:14:34 +08:00
2200 changed files with 910483 additions and 318 deletions

View File

@ -17,7 +17,7 @@ void ALuckyRobotsGameState::BeginPlay()
Super::BeginPlay();
if (SocketIOClientComponent)
{
SocketIOClientComponent->Connect(L"http://localhost:3000/");
SocketIOClientComponent->Connect(TEXT("http://localhost:3000/"));
}
}