feat: add NuGet and Godot distribution

This commit is contained in:
2026-09-05 03:41:39 +08:00
parent 599b8e34c6
commit 663e46f2d7
7 changed files with 107 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
把 ShrinkDataSaver 的设置、保存、加载、迁移和删除生命周期发布为 ShrinkEventBus 2.0 事件。
Godot 和普通 .NET 项目安装 `ShrinkSDK.DataSaver.Integration.EventBus`;可打包源码位于 `DotNet~`
ContextLoader 通过 `ShrinkDataSaverEventBusComponent` 管理桥生命周期;独立宿主调用 `DataSaverEventBusBridge.Register()`,退出时调用 `Unregister()`
事件均实现 `IShrinkEvent`