using Unity.Entities; namespace AI { public struct AttackPlayerGoapAction : IComponentData { } }