Main/resources/[carscripts]/community_bridge/modules/weather/_default/client.lua
2025-08-06 16:37:06 +02:00

11 lines
No EOL
217 B
Lua

---@diagnostic disable: duplicate-set-field
Weather = Weather or {}
---This will toggle the players weather/time sync
---@param toggle boolean
---@return nil
Weather.ToggleSync = function(toggle)
end
return Weather