mirror of
https://github.com/godotengine/godot.git
synced 2026-04-18 09:51:15 +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
|