packagegit.json 634 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "Id": 10,
  3. "Name": "StateSync",
  4. "ScriptsReferences": {
  5. "ModelView": [
  6. "ET.Core",
  7. "Unity.Mathematics",
  8. "ET.Loader",
  9. "ET.Model",
  10. "ET.UI",
  11. "ET.Init"
  12. ],
  13. "Model": [
  14. "ET.Core",
  15. "Unity.Mathematics",
  16. "ET.MemoryPack",
  17. "ET.Recast"
  18. ],
  19. "HotfixView": [
  20. "ET.Core",
  21. "Unity.Mathematics",
  22. "ET.Loader",
  23. "ET.MemoryPack",
  24. "ET.Model",
  25. "ET.Hotfix",
  26. "ET.ModelView",
  27. "ET.YooAssets",
  28. "ET.UI",
  29. "ET.ReferenceCollector",
  30. "ET.Init"
  31. ],
  32. "Hotfix": [
  33. "ET.Core",
  34. "Unity.Mathematics",
  35. "ET.Loader",
  36. "ET.MemoryPack",
  37. "ET.Model",
  38. "ET.Recast"
  39. ]
  40. }
  41. }