sm64-roblox-liberty-prime/client/Enums/SurfaceClass.lua

9 lines
110 B
Lua
Raw Normal View History

2022-10-13 03:53:17 -05:00
--!strict
return {
DEFAULT = 0x0000,
VERY_SLIPPERY = 0x0013,
SLIPPERY = 0x0014,
NOT_SLIPPERY = 0x0015,
}