client doesnt use parallelism anymore

This commit is contained in:
2024-04-23 01:02:39 -04:00
parent cb0d1d44dc
commit 54ba0101af
5 changed files with 17 additions and 17 deletions

View File

@@ -1,13 +0,0 @@
--!optimize 2
--!native
--!strict
--[[
Module.Property = MakeProperty.constructor()
]]
local function MakeProperty<T>()
end
return MakeProperty

13
src/shared/Property.lua Normal file
View File

@@ -0,0 +1,13 @@
--!optimize 2
--!native
--!strict
--[[
Module.Property = Property.constructor()
]]
local function Property<T>()
end
return Property