Generic1T.cs 168 B

123456789
  1. #pragma warning disable CS0169
  2. namespace Godot.SourceGenerators.Sample
  3. {
  4. public partial class Generic1T<T> : GodotObject
  5. {
  6. private int _field;
  7. }
  8. }