# csharp-sdk-upm **Repository Path**: niurow/csharp-sdk-upm ## Basic Information - **Project Name**: csharp-sdk-upm - **Description**: TapTap SDK - **Primary Language**: C# - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-18 - **Last Updated**: 2022-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装 在 Packages/manifest.json 中添加依赖项: ```json "dependencies": { "com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-${latest-version}", "com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-${latest-version}" } ```