mirror of
https://github.com/godotengine/godot.git
synced 2026-04-18 18:01:29 +00:00
6 lines
112 B
GDScript3
6 lines
112 B
GDScript3
|
|
class_name TestCyclicRefExternal
|
||
|
|
|
||
|
|
const External = preload("cyclic_reference.gd")
|
||
|
|
|
||
|
|
var member = External.member
|