Skip to content

Commit 81a457c

Browse files
Update TypeDefinitions.luau
1 parent c4c25d0 commit 81a457c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/FastCast2/TypeDefinitions.luau

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--[[
44
- Author: Mawin CK
55
- Date: 2025
6-
-- Version: 0.0.6
6+
-- Version: 0.0.7
77
]]
88

99
--[=[
@@ -289,7 +289,8 @@ export type FastCastBehavior = {
289289

290290
FastCastEventsModuleConfig: FastCastEventsModuleConfig,
291291

292-
FastCastEventsConfig: FastCastEventsConfig
292+
FastCastEventsConfig: FastCastEventsConfig,
293+
UserData: any
293294
}
294295

295296
--[=[

0 commit comments

Comments
 (0)