Terra.Arbitrator.asmdef 442 B

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