change get deck var output type to ANY

This commit is contained in:
Lera Elvoé 2023-12-05 02:01:47 +03:00
parent 36ea77048b
commit 26bf7cf0b3
No known key found for this signature in database

View file

@ -8,7 +8,7 @@ func _init() -> void:
category = "general"
add_output_port(
DeckType.Types.STRING,
DeckType.Types.ANY,
"Variable",
"field"
)