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

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

View File

@ -9,8 +9,8 @@ namespace LeanCloud {
/// </summary>
public class LCApplication {
/// <summary>
/// Whether or not ths SDK using master key.
/// Default is false.
/// Uses the master key or not.
/// The default is false.
/// </summary>
public static bool UseMasterKey {
get => LCCore.UseMasterKey;