Generic.cs 88 B

123456
  1. using Godot;
  2. public partial class Generic<T> : GodotObject
  3. {
  4. private int _field;
  5. }