Tri-Inspector/Editor.Integrations/Odin/TriInspector.Editor.Integrations.Odin.asmdef
2022-05-18 20:03:06 +03:00

23 lines
498 B
Plaintext

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