UnityEditor.Purchasing.asmdef 419 B

12345678910111213141516171819
  1. {
  2. "name": "UnityEditor.Purchasing",
  3. "references": [
  4. "UnityEngine.Purchasing"
  5. ],
  6. "includePlatforms": [
  7. "Editor"
  8. ],
  9. "excludePlatforms": [],
  10. "allowUnsafeCode": false,
  11. "overrideReferences": false,
  12. "precompiledReferences": [
  13. "Security.dll"
  14. ],
  15. "autoReferenced": true,
  16. "defineConstraints": [],
  17. "versionDefines": [],
  18. "noEngineReferences": false
  19. }