feat: new ValueProvider improvements and source generator.

This commit is contained in:
redglow
2026-07-20 11:06:35 +02:00
parent 036e4af431
commit c540b99eb6
12 changed files with 79 additions and 37 deletions
-1
View File
@@ -4,7 +4,6 @@ using OwofGames.AetherBind;
namespace GodotHostTest.Game.Turret;
[Injected]
public partial class Turret : Sprite2D
{
[Export] private PackedScene _projectilePackedScene = null!;