1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Register the export info correctly when a global class script is used as the variable type for Node

This commit is contained in:
PreslavPetrov
2024-05-04 18:41:01 +01:00
parent 0d11108a01
commit 653a8b113a
4 changed files with 38 additions and 10 deletions

View File

@@ -0,0 +1,2 @@
class_name ExportPreloadedClassTest
extends Node