Main/resources/[carscripts]/community_bridge/modules/weather/_default/client.lua

11 lines
217 B
Lua
Raw Normal View History

2025-08-06 16:37:06 +02:00
---@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