mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update
Update
This commit is contained in:
@@ -58,12 +58,7 @@ class NetWorkDemoUI : UIWindow
|
||||
Log.Info("请输入账号和密码");
|
||||
return;
|
||||
}
|
||||
|
||||
GameClient.Instance.Send(new H_C2G_LoginRequest()
|
||||
{
|
||||
UserName = m_inputName.text,
|
||||
Password = m_inputPassWord.text
|
||||
});
|
||||
PlayerNetSys.Instance.DoLoginReq(m_inputName.text,m_inputPassWord.text);
|
||||
}
|
||||
|
||||
private void OnClickRegisterBtn()
|
||||
|
Reference in New Issue
Block a user