Main/resources/[housing]/qs-housing/server/custom/garages/codem-garage.lua
2025-06-09 23:54:46 +02:00

15 lines
237 B
Lua

if Config.Garage ~= 'codem-garage' then
return
end
function TriggerAddHouseGarage(house, garageInfo)
return
end
function TriggerHouseUpdateGarage(garages)
return
end
function TriggerHouseRemoveGarage(house)
return
end