add gs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
local Enums = {
|
||||
Type = {
|
||||
Describe = "Describe",
|
||||
Step = "Step",
|
||||
},
|
||||
Modifier = {
|
||||
Protect = "Protect",
|
||||
Skip = "Skip"
|
||||
},
|
||||
}
|
||||
|
||||
return Enums
|
||||
Reference in New Issue
Block a user