StompyRobot.SRDebugger.asmdef 453 B

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