2023-07-16 06:05:19 -04:00
|
|
|
-- skeleton load file to get gmod to recognize this as an addon
|
|
|
|
-- this will contain files later on in life.
|
|
|
|
|
|
|
|
print("hello world?")
|
2023-07-16 21:10:59 -04:00
|
|
|
|
|
|
|
-- detect if wiremod is installed
|
|
|
|
if not istable(WireLib) then
|
|
|
|
print("[LCPU] we need wiremod..")
|
|
|
|
return
|
|
|
|
end
|