This commit is contained in:
lightings 2023-03-28 14:51:24 +08:00
parent e67195bea5
commit 5501c0ff6a
3 changed files with 8 additions and 1 deletions

0
.gitignore vendored Normal file
View File

7
DemoUnity/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
Library/
Logs/
Temp/
obj/
.idea/
*.csproj
*.sln

View File

@ -124,7 +124,7 @@ public class LoginGUI : MonoBehaviour {
public void Login()
{
string host = "127.0.0.1";
string host = "192.168.100.173";
int port = 3999;
// if (pc != null)
// {