unity-atoms/Packages/FSM/Editor/UnityAtoms.UnityAtomsFSM.Editor.asmdef

21 lines
597 B
Plaintext
Raw Normal View History

2020-03-01 20:26:06 -05:00
{
"name": "UnityAtoms.UnityAtomsFSM.Editor",
2020-03-01 20:26:06 -05:00
"references": [
"UnityAtoms.UnityAtomsCore.Editor",
"UnityAtoms.UnityAtomsFSM.Runtime",
"UnityAtoms.UnityAtomsCore.Runtime",
"UnityAtoms.UnityAtomsBaseAtoms.Editor",
"UnityAtoms.UnityAtomsBaseAtoms.Runtime"
2020-03-01 20:26:06 -05:00
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}