Skip to content

Commit 1c67fe0

Browse files
committed
Added Vector as Type
1 parent 066cb24 commit 1c67fe0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vector/vector.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ local class = require(cPath)
2121
---@field toString function @Returns a String of the vector
2222
---@field equals function @check if two vectors are equal
2323

24+
---@type Vector
25+
---@diagnostic disable-next-line: missing-fields
2426
local Vector = {}
2527

2628
---Create a new Vector

0 commit comments

Comments
 (0)