24 lines
691 B
JSON
24 lines
691 B
JSON
{
|
|
"name": "com.cneicy.shrink-context-eventbus-adapter",
|
|
"version": "0.1.0",
|
|
"displayName": "ShrinkContext - EventBus Adapter",
|
|
"description": "把 ShrinkEventBus 订阅/注册包装为 ShrinkContext 可逆效应:订阅即效应,停用自动退订。",
|
|
"unity": "2022.3",
|
|
"dependencies": {
|
|
"com.cneicy.shrink-context-core": "0.1.0",
|
|
"com.cneicy.shrink-eventbus": "2.0.0",
|
|
"com.cysharp.unitask": "2.5.10"
|
|
},
|
|
"keywords": [
|
|
"context",
|
|
"cordis",
|
|
"eventbus",
|
|
"effect"
|
|
],
|
|
"author": {
|
|
"name": "cneicy",
|
|
"url": "https://git.crash.work/ShrinkSDK"
|
|
},
|
|
"documentationUrl": "https://git.crash.work/ShrinkSDK/ShrinkContext.EventBusAdapter"
|
|
}
|