11 lines
217 B
Lua
11 lines
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
|