This commit is contained in:
Marco 2025-02-14 19:00:31 +01:00
commit 2e8bb70348
13 changed files with 354 additions and 26 deletions

View file

@ -4,9 +4,5 @@ namespace Cirno.Scripts.Resources.TestGeneric;
public partial class GenericTestNode : Node2D
{
[Export] public GenericTestResourceBase TestResource { get; set; } = null!;
}