sm64-roblox-liberty-prime/client/Enums/Mario/Eyes.lua

12 lines
89 B
Lua
Raw Normal View History

2022-10-13 03:53:17 -05:00
--!strict
return {
BLINK = 0,
OPEN = 1,
HALF_CLOSED = 2,
CLOSED = 3,
DEAD = 4,
}