ScriptableData/Editor/COMPANYNAME.PACKAGENAME.Editor.asmdef

16 lines
366 B
Plaintext
Raw Normal View History

2021-12-22 11:55:51 +01:00
{
"name": "COMPANYNAME.PACKAGENAME.Editor",
"references": [
"COMPANYNAME.PACKAGENAME"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": []
}