w merge by me <3

This commit is contained in:
Harrison DiAmbrosio 2025-11-25 16:02:25 -05:00
commit b3b83fd287
11 changed files with 220 additions and 45 deletions

View file

@ -57,3 +57,9 @@ end
-- print("goodbye from my keymap")
-- end
-- })
mez.hook.add("ViewMapPre", {
callback = function()
print("hello world")
end
})