mirror of
https://gitlab.com/lunovox/components.git
synced 2025-03-21 18:41:21 +00:00
13 lines
256 B
Lua
13 lines
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,
|
||
|
},
|
||
|
],
|
||
|
}
|