Tri-Inspector/Editor.Integrations/Odin/TriInspector.Editor.Integrations.Odin.asmdef
2022-06-03 13:56:10 +03:00

25 lines
602 B
Plaintext

{
"name": "TriInspector.Editor.Integrations.Odin",
"rootNamespace": "",
"references": [
"TriInspector",
"TriInspector.Editor"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"Sirenix.OdinInspector.Editor.dll",
"Sirenix.Utilities.Editor.dll",
"Sirenix.Utilities.dll"
],
"autoReferenced": false,
"defineConstraints": [
"ODIN_INSPECTOR"
],
"versionDefines": [],
"noEngineReferences": false
}