using Unity.Entities; namespace AI { public struct GoapActionEntry { public ComponentType ActionType; } }