Files
ShrinkNetwork.Integration.E…/CodeGen/Editor/Unity.ShrinkNetwork.EventBus.CodeGen.asmdef
T
cneicy 05bfe9c430
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:50:38 +08:00

20 lines
488 B
Plaintext

{
"name": "Unity.ShrinkNetwork.EventBus.CodeGen",
"rootNamespace": "ShrinkNetwork.Integration.CodeGen",
"references": [
"ShrinkNetwork.Integration.EventBus",
"Unity.ShrinkEventBus.CodeGen"
],
"includePlatforms": ["Editor"],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"Mono.Cecil.dll",
"Mono.Cecil.Mdb.dll",
"Mono.Cecil.Pdb.dll",
"Mono.Cecil.Rocks.dll"
],
"autoReferenced": false
}