Replace Array return types with TypedArray 2

This commit is contained in:
kobewi 2022-08-05 20:35:08 +02:00
parent d5606503b4
commit 1abdffe7a0
75 changed files with 301 additions and 263 deletions

View file

@ -206,7 +206,7 @@ private:
void _minimap_draw();
void _update_scroll_offset();
Array _get_connection_list() const;
TypedArray<Dictionary> _get_connection_list() const;
bool lines_on_bg = false;