This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2024-01-31 02:29:59 +08:00
parent a0c687b1ed
commit 9cae51746d
117 changed files with 4577 additions and 18496 deletions

View File

@@ -10,7 +10,7 @@ namespace Script.AppImpl
protected override async UniTask<string> GetUrl()
{
await UniTask.NextFrame();
return "ws://192.168.0.118:8080/websocket";
return "ws://192.168.1.23:8080/websocket";
}
}
}