mirror of
https://gitlab.com/lunovox/computing.git
synced 2025-03-20 00:21:25 +00:00
15 lines
254 B
Lua
15 lines
254 B
Lua
|
|
||
|
|
||
|
|
||
|
|
||
|
modComputing.show_smartphone = function(playername)
|
||
|
|
||
|
end
|
||
|
|
||
|
--[[
|
||
|
modComputing.add_app("lib_computing:smartphone", {
|
||
|
iconname = "SMARTPHONE",
|
||
|
iconimage = "icon_smartphone.png",
|
||
|
on_iconclick = modComputing.show_smartphone_config,
|
||
|
})
|
||
|
--]]
|