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