From dee0901a8c4efda8cbf4ffeb45fc9f12c58625aa Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 18:09:36 +0800 Subject: [PATCH] feat: LeanEngine --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index abf654d..eef8b09 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ LeanCloud C# SDK,基于 .Net Standard 2.0 标准开发,包括服务如下: - 排行榜 - 即时通讯 - Live Query +- 云引擎 参考:[Unity Demo](https://github.com/leancloud/CSharp-SDK-Unity-Demo) @@ -280,6 +281,10 @@ userLiveQuery.OnLogin = (user) => { }; ``` +## 云引擎 + +[脚手架工程](https://github.com/leancloud/dotnet-core-getting-started) + ## 文档 [API 文档](https://leancloud.github.io/csharp-sdk/html/index.html)