1
0
Fork 0
godot-module-template/engine/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample/Generic.cs

11 lines
215 B
C#
Raw Normal View History

2025-01-17 15:36:38 +00:00
#pragma warning disable CS0169
namespace Godot.SourceGenerators.Sample
{
// Generic again but without generic parameters
public partial class Generic : GodotObject
{
private int _field;
}
}