mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-18 03:21:54 +00:00
Tag removal and new serverside structure
This commit is contained in:
10
src/server/main/Elevators/Leveling.lua
Normal file
10
src/server/main/Elevators/Leveling.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
--!optimize 2
|
||||
--!native
|
||||
--!strict
|
||||
|
||||
local Leveling: {[number]: number} = {
|
||||
[1] = 13.205,
|
||||
[10] = 239.216
|
||||
}
|
||||
|
||||
return Leveling
|
||||
Reference in New Issue
Block a user