Files
trail-into-darkness-demo/Packages/ZLinq.Unity/Runtime/ZLinq.Unity.asmdef
2026-05-19 15:52:04 +02:00

28 lines
690 B
Plaintext

{
"name": "ZLinq.Unity",
"rootNamespace": "ZLinq",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"ZLinq.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.modules.uielements",
"expression": "",
"define": "ZLINQ_UNITY_UIELEMENTS_SUPPORT"
},
{
"name": "com.unity.collections",
"expression": "",
"define": "ZLINQ_UNITY_COLLECTIONS_SUPPORT"
}
],
"noEngineReferences": false
}