Update Storage/Storage.Unity/Public/LCApplication.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
de9cbef36d
commit
68cc975c5f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue