1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Add test for get_node autocompletion

This commit is contained in:
HolonProduction
2024-01-08 22:46:03 +01:00
parent 7d2ca2d8ac
commit fc7d7d3dae
73 changed files with 693 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
extends Node
signal signal_of_a
var property_of_a
func func_of_a():
pass