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

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