mirror of
https://gitlab.com/lunovox/computing.git
synced 2025-03-15 14:41:20 +00:00
15 lines
No EOL
254 B
Lua
15 lines
No EOL
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,
|
|
})
|
|
--]] |