feat: add NuGet and Godot distribution

This commit is contained in:
2026-09-05 03:41:43 +08:00
parent eb7fa55656
commit 3a1dc91c85
8 changed files with 108 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@
把实现 `IShrinkEvent` 的网络事件与 ShrinkEventBus 2.0 连接。广播事件可从本地 Bus 转发到远端;请求事件可在远端 `PostAsync` 后回传 `EventResult` 与取消状态;delta 事件按版本去重。
Godot 和普通 .NET 项目安装 `ShrinkSDK.Network.Integration.EventBus`;可打包源码位于 `DotNet~`
## 广播事件
```csharp