summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Tests/TestData/GeneratedSources/Foo_ScriptPath.generated.cs
blob: 9092ad99388e2536505d7d4e9635e5fef4f0904b (plain)
1
2
3
4
5
using Godot;
[ScriptPathAttribute("res://Foo.cs")]
partial class Foo
{
}