Hi,
is it possible to use Dependency Injection in Godot (GDscript)? Maybe its already implemented in some way and im just not seeing it.
Should you even bother using DI or are there better ways to decouple things in Godot (apart from signals) ?
Im not having a specific problem, just curious if DI is good practice in Godot (if you can even use it).
Thanks.