Economy — Integrations¶
This folder contains optional integration content owned by the RevFramework Economy system.
These integrations extend or connect Economy behaviour without moving that functionality into the core Economy runtime.
These integrations are built and supported for RevFramework systems only. They are not intended as a general integration layer for third-party economy, shop, inventory, or currency solutions.
What This Folder Is¶
This is the place for Economy-owned integration helpers, adapters, or extension content.
Examples may include integrations involving:
- Currency
- Inventory
- Crafting
- Pickups
- Other RevFramework modules
Structure¶
Integrations/
Economy/
Cross-system integration demo scenes live separately under:
Integrations/
CrossSystem/
This keeps standalone SKU packaging clean while still allowing ecosystem demos in Complete or optional integration packages.
Important¶
Economy does not require this folder to function.
Removing this folder will:
- Not affect the Economy runtime
- Not affect Currency or Inventory
- Only remove optional integration content
Design Intent¶
This folder exists to keep optional integrations separate from core Economy logic.
Core Economy should remain:
- modular
- optional
- adapter-driven
- independent from demo scenes
Integration content should remain:
- explicit
- removable
- documented
- built around RevFramework public APIs
Third-Party / Custom System Use¶
This folder is built for RevFramework system integration examples only.
If you are integrating Economy with non-RevFramework systems:
- Treat included integrations as reference examples
- Build your own integration layer
- Use the public APIs exposed by the relevant systems
👉 Custom or third-party integrations are not supported by this folder.
Summary¶
This folder answers:
“Where do Economy-owned integrations live?”
Cross-system demo scenes and ecosystem examples live under:
Integrations/CrossSystem