forked from hertog/godot-module-template
10 lines
168 B
C#
10 lines
168 B
C#
#pragma warning disable CS0169
|
|
|
|
namespace Godot.SourceGenerators.Sample
|
|
{
|
|
public partial class Generic1T<T> : GodotObject
|
|
{
|
|
private int _field;
|
|
}
|
|
}
|