summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Tests/TestData/Sources/ExportDiagnostics_GD0108.cs
blob: 6fde2e5957bc82c76cdd7aae33a96b5378703064 (plain)
1
2
3
4
5
6
7
8
using Godot;
using Godot.Collections;

public partial class ExportDiagnostics_GD0108 : Node
{
    [ExportToolButton("")]
    public Callable {|GD0108:MyButton|};
}