mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
4 lines
236 B
Lua
4 lines
236 B
Lua
--- Can contain anything you want to allow other plugins to have access to, this example exposes the control file
|
|
-- Access the exports from other modules using require("modules/exp_legacy")
|
|
return require("modules/exp_legacy/control")
|