using Godot; using Godot.Collections; public partial class ExportDiagnostics_GD0107_OK : Node { [Export] public Node NodeField; [Export] public Node[] SystemArrayOfNodesField; [Export] public Array GodotArrayOfNodesField; [Export] public Dictionary GodotDictionaryWithNodeAsKeyField; [Export] public Dictionary GodotDictionaryWithNodeAsValueField; [Export] public Node NodeProperty { get; set; } [Export] public Node[] SystemArrayOfNodesProperty { get; set; } [Export] public Array GodotArrayOfNodesProperty { get; set; } [Export] public Dictionary GodotDictionaryWithNodeAsKeyProperty { get; set; } [Export] public Dictionary GodotDictionaryWithNodeAsValueProperty { get; set; } } public partial class ExportDiagnostics_GD0107_KO : Resource { [Export] public Node {|GD0107:NodeField|}; [Export] public Node[] {|GD0107:SystemArrayOfNodesField|}; [Export] public Array {|GD0107:GodotArrayOfNodesField|}; [Export] public Dictionary {|GD0107:GodotDictionaryWithNodeAsKeyField|}; [Export] public Dictionary {|GD0107:GodotDictionaryWithNodeAsValueField|}; [Export] public Node {|GD0107:NodeProperty|} { get; set; } [Export] public Node[] {|GD0107:SystemArrayOfNodesProperty|} { get; set; } [Export] public Array {|GD0107:GodotArrayOfNodesProperty|} { get; set; } [Export] public Dictionary {|GD0107:GodotDictionaryWithNodeAsKeyProperty|} { get; set; } [Export] public Dictionary {|GD0107:GodotDictionaryWithNodeAsValueProperty|} { get; set; } }