...
This commit is contained in:
parent
e67195bea5
commit
5501c0ff6a
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
7
DemoUnity/.gitignore
vendored
Normal file
7
DemoUnity/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
Library/
|
||||
Logs/
|
||||
Temp/
|
||||
obj/
|
||||
.idea/
|
||||
*.csproj
|
||||
*.sln
|
@ -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)
|
||||
// {
|
||||
|
Loading…
x
Reference in New Issue
Block a user