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)