/lua-enum

Gives Lua the power to create enums with a lovely syntax

Primary LanguageLuaMIT LicenseMIT

Lua Enum

Gives Lua the power to create enums with a lovely syntax

Example

enum "GamemodeStatus"
{
  "NotRunning",
  "Loading",
  "Running",
}