mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
6 lines
375 B
Plaintext
6 lines
375 B
Plaintext
local imports, dep = asset.require('export')
|
|
|
|
assert(type(dep.localResource) == "function", "localResource should be function")
|
|
assert(type(dep.syncedResource) == "function", "syncedResource should be function")
|
|
assert(type(dep.onInitialize) == "function", "onInitialize should be function")
|
|
assert(type(dep.onDeinitialize) == "function", "onDeinitialize should be function") |