Update Engine/Public/LCEngine.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
ae923b2691
commit
25962f342d
|
@ -12,7 +12,7 @@ using LeanCloud.Common;
|
||||||
|
|
||||||
namespace LeanCloud.Engine {
|
namespace LeanCloud.Engine {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// LCEngine provides the initialization of Engine in LeanCloud.
|
/// LCEngine provides the initialization of LeanEngine.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class LCEngine {
|
public class LCEngine {
|
||||||
public const string LCEngineCORS = "LCEngineCORS";
|
public const string LCEngineCORS = "LCEngineCORS";
|
||||||
|
|
Loading…
Reference in New Issue