mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
-- Loading a module with a dependency on the common module
|
|
return {
|
|
ScenePath = ".",
|
|
CommonFolder = "common",
|
|
Modules = {
|
|
"common-dependency"
|
|
}
|
|
}
|
|
|