godot-module-template/engine/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample/Generic1T.cs

10 lines
168 B
C#
Raw Normal View History

2025-01-17 15:36:38 +00:00
#pragma warning disable CS0169
namespace Godot.SourceGenerators.Sample
{
public partial class Generic1T<T> : GodotObject
{
private int _field;
}
}