mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 14:51:55 +00:00
client doesnt use parallelism anymore
This commit is contained in:
@@ -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
13
src/shared/Property.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
--!optimize 2
|
||||
--!native
|
||||
--!strict
|
||||
|
||||
--[[
|
||||
Module.Property = Property.constructor()
|
||||
]]
|
||||
|
||||
local function Property<T>()
|
||||
|
||||
end
|
||||
|
||||
return Property
|
||||
Reference in New Issue
Block a user