Update Storage/Storage.Unity/Public/LCApplication.cs

Co-authored-by: Jang Rush <weakish@gmail.com>
oneRain 2021-04-21 14:20:15 +08:00 committed by GitHub
parent 68cc975c5f
commit e6a50459c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace LeanCloud {
/// </summary>
/// <param name="appId">The application id provided in LeanCloud dashboard.</param>
/// <param name="appKey">The application key provided in LeanCloud dashboard.</param>
/// <param name="server">The server url bound by yourself.</param>
/// <param name="server">The server url, typically consist of your own domain.</param>
/// <param name="masterKey">The application master key provided in LeanCloud dashboard.</param>
public static void Initialize(string appId,
string appKey,