mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 09:23:40 +00:00
5 lines
139 B
GDScript
5 lines
139 B
GDScript
extends "external_parser_script1f.notest.gd"
|
|
|
|
const External1e = preload("external_parser_script1e.notest.gd")
|
|
|
|
var bar: Array[External1e]
|