com.guru.unity.sdk/Editor/GuruSDK.Editor.asmdef

23 lines
567 B
Plaintext
Raw Normal View History

2023-12-26 03:40:48 +00:00
{
"name": "GuruSDK.Editor",
"rootNamespace": "Guru.Editor",
"references": [
"Unity.EditorCoroutines.Editor",
"GuruSDK",
"Guru.LitJson",
"Guru.Runtime",
2024-03-30 02:21:08 +00:00
"MaxSdk.Scripts.IntegrationManager.Editor",
"Guru.Editor"
2023-12-26 03:40:48 +00:00
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}