summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample/Generic1T.cs
blob: 9c4f8ee1e1f380cfc714284fbf95873ef964e14f (plain)
1
2
3
4
5
6
7
8
9
#pragma warning disable CS0169

namespace Godot.SourceGenerators.Sample
{
    partial class Generic1T<T> : GodotObject
    {
        private int _field;
    }
}