chickensoft-games / SuperNodes

Supercharge your Godot nodes with power-ups and third party source generators.
https://www.nuget.org/packages/Chickensoft.SuperNodes/
MIT License
55 stars 6 forks source link

SuperNode Code Generator throws error from type alias syntax #20

Closed LemonNekoGH closed 6 months ago

LemonNekoGH commented 6 months ago

The code generator will throw error CS0138 when source code contains type alias like this:

using A = B.C;

Here is the minimum produce code: SuperNodeAliasUsingIssue.zip

I think this issue is similar to #17