Skip to content

Commit

Permalink
Update to latest types dump (#679)
Browse files Browse the repository at this point in the history
Update types dump

Co-authored-by: JohnnyMorganz <[email protected]>
  • Loading branch information
1 parent 7fec4e7 commit 468b426
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/globalTypes.LocalUserSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -10022,6 +10022,7 @@ end

declare Instance: {
new: ((className: string, parent: Instance?) -> Instance),
fromExisting: ((existingInstance: Instance) -> Instance),
}

declare Ray: {
Expand Down
1 change: 1 addition & 0 deletions scripts/globalTypes.None.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -9955,6 +9955,7 @@ end

declare Instance: {
new: ((className: string, parent: Instance?) -> Instance),
fromExisting: ((existingInstance: Instance) -> Instance),
}

declare Ray: {
Expand Down
1 change: 1 addition & 0 deletions scripts/globalTypes.PluginSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -10237,6 +10237,7 @@ end

declare Instance: {
new: ((className: string, parent: Instance?) -> Instance),
fromExisting: ((existingInstance: Instance) -> Instance),
}

declare Ray: {
Expand Down
1 change: 1 addition & 0 deletions scripts/globalTypes.RobloxScriptSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -11803,6 +11803,7 @@ end

declare Instance: {
new: ((className: string, parent: Instance?) -> Instance),
fromExisting: ((existingInstance: Instance) -> Instance),
}

declare Ray: {
Expand Down
1 change: 1 addition & 0 deletions scripts/globalTypes.d.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11803,6 +11803,7 @@ end

declare Instance: {
new: ((className: string, parent: Instance?) -> Instance),
fromExisting: ((existingInstance: Instance) -> Instance),
}

declare Ray: {
Expand Down
1 change: 1 addition & 0 deletions scripts/globalTypes.d.luau

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 468b426

Please sign in to comment.