Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 158 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 158 Bytes

Lua Enum

Gives Lua the power to create enums with a lovely syntax

Example

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