summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Tests/TestData/GeneratedSources/Generic(Of T)_ScriptPath.generated.cs
blob: 355b01f7532be6561e7e7b55292f9348b8be9b20 (plain)
1
2
3
4
5
using Godot;
[ScriptPathAttribute("res://Generic.cs")]
partial class Generic<T>
{
}