rename everything to .luau extension

This commit is contained in:
2024-07-17 17:19:19 -04:00
parent 5eda5f0ce7
commit a014ca97c2
57 changed files with 17 additions and 17 deletions

11
src/shared/Property.luau Normal file
View File

@@ -0,0 +1,11 @@
--!optimize 2
--!native
--!strict
local function MakeEvent<T,U>()
end
return {
MakeEvent = MakeEvent
}