feat: add NuGet and Godot distribution

This commit is contained in:
2026-09-05 03:41:40 +08:00
parent 8aa4c79604
commit 64ce75a341
7 changed files with 88 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@
ShrinkEventBus 2.0 是面向 Unity、普通 C# 宿主和 Entities/Burst 生产端的统一事件总线。运行时只有一种事件模型、一个订阅入口和一组发布 API;不同 Bus 只表达生命周期、所有权与调度策略。
Godot 和普通 .NET 项目安装 `ShrinkSDK.EventBus`;可打包源码位于 `DotNet~`,订阅注册由 `ShrinkSDK.CodeGen` 在构建时织入。
## 核心契约
```csharp