virtualx-engine/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample/Generic1T.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
168 B
C#
Raw Normal View History

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