diff --git a/ts-lua/types/structs/v3.d.ts b/ts-lua/types/structs/v3.d.ts index af80d2b..37a3885 100644 --- a/ts-lua/types/structs/v3.d.ts +++ b/ts-lua/types/structs/v3.d.ts @@ -100,4 +100,4 @@ declare class v3 { } -declare function v3(x?: number, y?: number): v3 +declare function v3(x?: number, y?: number, z?: number): v3