6 lines
139 B
GDScript3
6 lines
139 B
GDScript3
|
extends "external_parser_script1f.notest.gd"
|
||
|
|
||
|
const External1e = preload("external_parser_script1e.notest.gd")
|
||
|
|
||
|
var bar: Array[External1e]
|