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

15 lines
235 B
Lua

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