12 lines
250 B
C#
12 lines
250 B
C#
using KitchenMods;
|
|
using Unity.Entities;
|
|
|
|
namespace Easter2025.Components
|
|
{
|
|
public struct SHasTriggeredBunnies : IComponentData, IModComponent
|
|
{
|
|
public struct RewardMarker : IComponentData, IModComponent
|
|
{
|
|
}
|
|
}
|
|
} |