base structure

This commit is contained in:
redglow
2026-07-17 09:59:07 +02:00
parent e560a743fb
commit 96fffb2f9e
25 changed files with 466 additions and 55 deletions
+6
View File
@@ -0,0 +1,6 @@
using System;
namespace GodotHostTest.GodotDI;
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Method)]
public class InjectAttribute: Attribute;