Files
trail-into-darkness/Packages/ZLinq.Unity/Runtime/External/UnityCollections/ZLinq.Unity.UnityCollections.asmdef
Sebastian Bularca 36d3f112ef added zlinq
2026-04-02 07:43:33 +02:00

25 lines
587 B
Plaintext

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