M
Mudlet5y ago
Delra

```lua local switch = { case1 = function() end, case2 = function() end, }```

local switch = {
case1 = function() end,
case2 = function() end,
}
local switch = {
case1 = function() end,
case2 = function() end,
}
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?