예제 #1
0
    public void ClickLogInButton()
    {
        _AuthService.Email    = Username.text;
        _AuthService.Password = Password.text;
        _AuthService.AuthenticateEmailPassword();

        PhotonNetwork.GameVersion = "1.0";
    }