using Godot; namespace Cirno.Scripts.Resources.TestGeneric; public partial class GenericTestNode : Node2D { [Export] public GenericTestResourceBase TestResource { get; set; } = null!; }