示例#1
0
 public void Login(string username)
 {
     sfs.Send(new LoginRequest(username));           // we need to be a user in order to talk to the server...
     connectUI.SetLoginButtonInteractable(false);
 }