Skip to content

Commit fee59c2

Browse files
committed
Add Var + Export for Variant
1 parent b28cc97 commit fee59c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

godot-core/src/registry/property.rs

+1
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ mod export_impls {
414414

415415
// Dictionary: will need to be done manually once they become typed.
416416
impl_property_by_godot_convert!(Dictionary);
417+
impl_property_by_godot_convert!(Variant);
417418

418419
// Packed arrays: we manually implement `Export`.
419420
impl_property_by_godot_convert!(PackedByteArray, no_export);

0 commit comments

Comments
 (0)