mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-15 21:41:53 +00:00
Faster RotationMatrix, IsEven bit shift and, work on MakeProperty module
This commit is contained in:
13
src/shared/MakeProperty.lua
Normal file
13
src/shared/MakeProperty.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
--!optimize 2
|
||||
--!native
|
||||
--!strict
|
||||
|
||||
--[[
|
||||
Module.Property = MakeProperty.constructor()
|
||||
]]
|
||||
|
||||
local function MakeProperty<T>()
|
||||
|
||||
end
|
||||
|
||||
return MakeProperty
|
||||
Reference in New Issue
Block a user