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