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