Files
ShrinkModFramework/Runtime/ShrinkModFramework.Runtime.asmdef
T
cneicy 78ccae3e07
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:50:31 +08:00

19 lines
427 B
Plaintext

{
"name": "ShrinkModFramework.Runtime",
"rootNamespace": "ShrinkModFramework",
"references": [
"Newtonsoft.Json",
"ShrinkContext.Core.Runtime",
"ShrinkEventBus.Runtime",
"UniTask"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}