computing/item_smartphone.lua
Lunovox bec5400388
2024-11-18 10:02:54 -03:00

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,
})
--]]