Enum module and types

This commit is contained in:
2024-03-14 22:54:04 -04:00
parent 1104964fd4
commit 22cce63ef4
3 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
--!optimize 2
--!native
--!strict
local RS: ReplicatedStorage = game:GetService("ReplicatedStorage")
local Enum = require(RS:WaitForChild("Enum"))