kiriri / gd2cs.py

Regex based Python script that converts arbitrary gdscript code to C#
GNU General Public License v3.0
87 stars 12 forks source link

Exports not converting to C# format #9

Closed EricXu1728 closed 10 months ago

EricXu1728 commented 11 months ago

In gd script "@export var blah = value" should be "[Export] public type blah {get; set;} = value" in C#

The regex for this should hopefully be simple.

kiriri commented 11 months ago

I no longer use Godot. Please confirm that the issue is resolved correctly.