godot-start/scene/demo02_base/script/CReference.gd

6 lines
136 B
GDScript
Raw Permalink Normal View History

2023-11-18 04:36:34 +00:00
# 如果没有继承任何类则默认继承RefCounted
extends RefCounted
func _to_string():
print("This is C Reference Counted!")