using System; namespace Goap.Agent.Runtime { [AttributeUsage(AttributeTargets.Property)] public class GetComponentInChildrenAttribute : Attribute { } }