1 2 3 4 5 6 7 8 9 10
using Godot; public partial class ExportDiagnostics_GD0101 : Node { [Export] public static string {|GD0101:StaticField|}; [Export] public static int {|GD0101:StaticProperty|} { get; set; } }