Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
Temporarily mark script as any
Browse files Browse the repository at this point in the history
Helps to silence type errors when indexing around the game tree, and the typing of script currently isn't a major concern
  • Loading branch information
JohnnyMorganz authored Apr 20, 2022
1 parent ebcd844 commit 80f68a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumpRobloxTypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
declare game: DataModel
declare workspace: Workspace
declare plugin: Plugin
declare script: LuaSourceContainer
declare script: any
declare function settings(): GlobalSettings
declare function UserSettings(): UserSettings
"""
Expand Down

0 comments on commit 80f68a9

Please sign in to comment.