mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 14:51:55 +00:00
10 lines
123 B
Lua
10 lines
123 B
Lua
--!optimize 2
|
|
--!native
|
|
--!strict
|
|
|
|
local Leveling: {[number]: number} = {
|
|
[1] = 13.205,
|
|
[10] = 239.216
|
|
}
|
|
|
|
return Leveling |