Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0x53A committed Jan 24, 2025
1 parent 2101017 commit e714d72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions godot-macros/src/class/data_models/property.rs
Original file line number Diff line number Diff line change
@@ -167,6 +167,8 @@ pub fn make_property_impl(class_name: &Ident, fields: &Fields) -> TokenStream {
});
}

// For each generated #[func], add a const.
// This is the name of the container struct, which is declared by the derive macro GodotClass.
let class_functions_name = format_function_registered_name_struct_name(class_name);

quote! {

0 comments on commit e714d72

Please sign in to comment.