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