prefab.tools.setreg 944 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "Amazon":
  3. {
  4. "Tools":
  5. {
  6. "Prefab":
  7. {
  8. "Processing":
  9. {
  10. "Stack":
  11. {
  12. "PlayInEditor":
  13. {
  14. "Network":
  15. {
  16. "$type": "Multiplayer::NetworkPrefabProcessor",
  17. "$stack_before": "Prefab catchment"
  18. }
  19. },
  20. "GameObjectCreation":
  21. {
  22. "Network":
  23. {
  24. "$type": "Multiplayer::NetworkPrefabProcessor",
  25. "$stack_before": "Prefab catchment"
  26. }
  27. }
  28. }
  29. }
  30. }
  31. }
  32. }
  33. }