using Unity.Entities; namespace AI { public struct GoapActionReference : IBufferElementData { public Entity Entity; } }