add app.get_version, app.get_setting_info
This commit is contained in:
parent
686ace37f1
commit
be0945b4a5
@ -33,6 +33,8 @@ if app then
|
|||||||
app.reconfig_packs = core.reconfig_packs
|
app.reconfig_packs = core.reconfig_packs
|
||||||
app.set_setting = core.set_setting
|
app.set_setting = core.set_setting
|
||||||
app.tick = coroutine.yield
|
app.tick = coroutine.yield
|
||||||
|
app.get_version = core.get_version
|
||||||
|
app.get_setting_info = core.get_setting_info
|
||||||
|
|
||||||
function app.quit()
|
function app.quit()
|
||||||
local tb = debug.get_traceback(1)
|
local tb = debug.get_traceback(1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user