gmod-lcpu/lua/autorun/lcpu_load.lua

11 lines
243 B
Lua

-- skeleton load file to get gmod to recognize this as an addon
-- this will contain files later on in life.
print("hello world?")
-- detect if wiremod is installed
if not istable(WireLib) then
print("[LCPU] we need wiremod..")
return
end