Skip to content

Gives Lua the power to create enums with a lovely syntax

License

Notifications You must be signed in to change notification settings

misterquestions/lua-enum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Lua Enum

Gives Lua the power to create enums with a lovely syntax

Example

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

About

Gives Lua the power to create enums with a lovely syntax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages