Closed EricXu1728 closed 10 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.
I no longer use Godot. Please confirm that the issue is resolved correctly.
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.