using System; namespace GodotHostTest.GodotDI; [AttributeUsage(AttributeTargets.Field | AttributeTargets.Method)] public class InjectAttribute: Attribute;