godot-start/script/demo02_base/CReference.gd

6 lines
126 B
GDScript
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 如果没有继承任何类则默认继承Reference
extends Reference
func _to_string():
print("This is C Reference!")