1 2 3 4 5 6 7 8 9 10 11 12
using System; using Godot; public partial class ExportDiagnostics_GD0105 : Node { [Export] public int {|GD0105:this|}[int index] { get { return index; } set { } } }