🔗 Economy — Integrations¶
This folder contains optional integration content for the RevFramework Economy system.
At the moment, this folder only contains integration demo scenes.
These scenes show Economy working alongside other RevFramework systems without moving that behaviour 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-related cross-system examples and integration support.
Use this folder for content that demonstrates Economy working with systems such as:
- Currency
- Inventory
- Crafting
- Pickups
- Other RevFramework modules
📂 Current Structure¶
Integrations/
Economy/
Scenes/
🎮 Scenes¶
The Scenes/ folder contains integration demo scenes.
These are examples, not required runtime dependencies.
They may demonstrate things like:
- Economy using Currency services
- Economy interacting with Inventory-backed flows
- Multi-system shop, trade, or transaction behaviour
- Cross-system orchestration using public APIs
⚠️ 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 integration examples
🧠 Design Intent¶
This folder exists to keep integration examples separate from core Economy logic.
Core Economy should remain:
- modular
- optional
- adapter-driven
- independent from demo scenes
Integration examples 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 these scenes 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 integration examples live?”
Right now, the answer is:
In
Integrations/Economy/Scenes.
Future Economy bridges, adapters, or integration helpers can live here if needed.