7835bb0477
* fastdl init * ui_scripting fixes * fastfile loading changes * delete test ui script * add mod select button * Create iw7mod_code_post_gfx.ff * fastdl progress * fix download * remove debug print
6 lines
117 B
Lua
6 lines
117 B
Lua
require( "ModSelectButton" )
|
|
require( "ModSelectMenu" )
|
|
|
|
if (Engine.InFrontend()) then
|
|
require("ModDownload")
|
|
end |