This commit is contained in:
Insality
2025-03-29 14:03:03 +02:00
parent b053b5044b
commit 3f22e9c542
27 changed files with 501 additions and 50 deletions

View File

@@ -3,7 +3,7 @@ local mock = require("deftest.mock.mock")
local M = {}
-- Userdata type instead of script self
---@return vector3|vector4
---@return vector
function M.get_context()
return vmath.vector({})
end