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