computing/item_smartphone.lua

15 lines
254 B
Lua
Raw Normal View History

2024-11-18 10:02:54 -03:00
modComputing.show_smartphone = function(playername)
end
--[[
modComputing.add_app("lib_computing:smartphone", {
iconname = "SMARTPHONE",
iconimage = "icon_smartphone.png",
on_iconclick = modComputing.show_smartphone_config,
})
--]]