mirror of
https://github.com/godotengine/godot-cpp-template.git
synced 2025-12-31 21:48:10 +03:00
7 lines
102 B
GDScript
7 lines
102 B
GDScript
extends Node
|
|
|
|
|
|
func _ready() -> void:
|
|
var example := ExampleClass.new()
|
|
example.print_type(example)
|