poohcom1 / GodotInterfaceExport

Godot C# package to support exporting interface types!
https://www.nuget.org/packages/GodotInterfaceExport
Other
5 stars 0 forks source link

Add support for fields #2

Open poohcom1 opened 9 months ago

poohcom1 commented 9 months ago

Currently, the attribute only supports properties. This is due to the source generator not detecting field members for some reason. As many Godot user uses regular fields for their exports, we should also support this.