Namespacing pt. 2

This commit is contained in:
2022-11-22 02:03:45 -05:00
parent b1fa8c6a75
commit 3c5b6ee4bc
485 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- Form for chatcommand /streets
streets.forms.chatcmd = smartfs.create("streets:chatcmd", function(state)
state:load(streets.modpath .. "/forms/cmd_streets.smartfs")
end)