This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "com.cneicy.shrink-network",
|
||||
"version": "0.2.0",
|
||||
"displayName": "ShrinkNetwork",
|
||||
"description": "面向 Unity 的轻量网络框架,提供会话、消息注册、RPC、权限控制,以及 TCP/KCP 传输抽象。",
|
||||
"unity": "2022.3",
|
||||
"dependencies": {
|
||||
"com.cneicy.shrink-shared-codegen": "0.1.0",
|
||||
"com.cysharp.unitask": "2.5.10",
|
||||
"com.unity.nuget.newtonsoft-json": "3.2.2"
|
||||
},
|
||||
"keywords": [
|
||||
"network",
|
||||
"rpc",
|
||||
"session",
|
||||
"transport",
|
||||
"message"
|
||||
],
|
||||
"author": {
|
||||
"name": "cneicy",
|
||||
"url": "https://git.crash.work/ShrinkSDK"
|
||||
},
|
||||
"documentationUrl": "https://git.crash.work/ShrinkSDK/ShrinkNetwork",
|
||||
"changelogUrl": "https://git.crash.work/ShrinkSDK/ShrinkNetwork/src/branch/main/CHANGELOG.md"
|
||||
}
|
||||
Reference in New Issue
Block a user