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