using Unity.Entities; namespace AI { public struct GoapActionActor : IComponentData { public Entity Actor; } }