using KitchenData; using KitchenMods; using Unity.Entities; namespace Easter2025.Components { public struct CEgg : IComponentData, IModComponent, IItemProperty { } }