mirror of
https://gitlab.com/lunovox/components.git
synced 2025-03-15 08:01:22 +00:00
13 lines
No EOL
256 B
Lua
13 lines
No EOL
256 B
Lua
|
|
modComponents.apps = {
|
|
installeds = {"appSettings"},
|
|
repository = [
|
|
["appSettings"]={
|
|
title=modComponents.translate("Settings"),
|
|
icon="icon_settings.png"
|
|
on_play = Function(player)
|
|
--qual janela irá abrir!
|
|
end,
|
|
},
|
|
],
|
|
} |