UDP flashlight working and fix some type errors

This commit is contained in:
2024-03-02 02:58:45 -05:00
parent dd5677daa0
commit 0d08e341b2
13 changed files with 158 additions and 132 deletions

View File

@@ -39,9 +39,9 @@ local function Clouds(): Clouds
end
export type exports = {
Sky: Sky,
Atmosphere: Atmosphere,
Clouds: Clouds,
Sky: () -> Sky,
Atmosphere: () -> Atmosphere,
Clouds: () -> Clouds,
}
local export: exports = {