Lua Enum Gives Lua the power to create enums with a lovely syntax Example enum "GamemodeStatus" { "NotRunning", "Loading", "Running", }