StompyRobot.SRDebugger.asmdef 401 B

1234567891011121314151617
  1. {
  2. "name": "StompyRobot.SRDebugger",
  3. "references": [
  4. "StompyRobot.SRF",
  5. "Unity.InputSystem"
  6. ],
  7. "optionalUnityReferences": [],
  8. "includePlatforms": [],
  9. "excludePlatforms": [],
  10. "allowUnsafeCode": false,
  11. "overrideReferences": false,
  12. "precompiledReferences": [],
  13. "autoReferenced": true,
  14. "defineConstraints": [
  15. "!DISABLE_SRDEBUGGER"
  16. ]
  17. }