10 lines
163 B
C#
10 lines
163 B
C#
|
|
using KitchenMods;
|
||
|
|
using Unity.Entities;
|
||
|
|
|
||
|
|
namespace Easter2025.Components
|
||
|
|
{
|
||
|
|
public struct CEventBunny : IComponentData, IModComponent
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|