mirror of
https://github.com/godotengine/godot.git
synced 2026-04-19 10:21:02 +00:00
5 lines
112 B
GDScript
5 lines
112 B
GDScript
class_name TestCyclicRefExternal
|
|
|
|
const External = preload("cyclic_reference.gd")
|
|
|
|
var member = External.member
|