packagegit.json 666 B

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