iw7-mod/data/cdata/ui_scripts/Mods/__init__.lua
quaK 7835bb0477
feat: fastdl, mod menus (#291)
* 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
2024-08-06 12:15:59 +03:00

6 lines
117 B
Lua

require( "ModSelectButton" )
require( "ModSelectMenu" )
if (Engine.InFrontend()) then
require("ModDownload")
end