コード例 #1
0
ファイル: WebAuth.cs プロジェクト: mdX7/WoWLegionCompanion
 public string GetLoginCode()
 {
     Debug.Log("GetLoginCode");
     return(WebAuth.GetWebViewLoginCode());
 }