This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @tool | |
| extends Control | |
| var portal_tools_plugin # cannot type hint because cyclic | |
| var _output_dir: String = "" | |
| var _current_export_level_path: String = "" | |
| var _config: Dictionary = {} | |
| var _thread = Thread.new() |