mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-15 21:41:53 +00:00
UDP flashlight working and fix some type errors
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user