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