From 128e58151b9181d163f678ea7c24106fd80b6823 Mon Sep 17 00:00:00 2001 From: zomo Date: Wed, 23 Jun 2021 22:58:30 -0500 Subject: [PATCH] fix --- ts-lua/types/structs/v3.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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