packagegit.json 563 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "Id": 2,
  3. "Name": "Loader",
  4. "ScriptsReferences": {
  5. "ModelView": [
  6. "ET.Loader"
  7. ],
  8. "Model": [
  9. "ET.Core",
  10. "Unity.Mathematics",
  11. "ET.MemoryPack",
  12. "ET.YooAssets",
  13. "ET.SourceGeneratorAttribute"
  14. ],
  15. "HotfixView": [
  16. "ET.Core",
  17. "Unity.Mathematics",
  18. "ET.Loader",
  19. "ET.MemoryPack",
  20. "ET.Model",
  21. "ET.Hotfix",
  22. "ET.ModelView",
  23. "ET.YooAssets",
  24. "ET.SourceGeneratorAttribute"
  25. ],
  26. "Hotfix": [
  27. "ET.Core",
  28. "Unity.Mathematics",
  29. "ET.MemoryPack",
  30. "ET.Model",
  31. "ET.SourceGeneratorAttribute"
  32. ]
  33. }
  34. }