11 lines
207 B
C#
11 lines
207 B
C#
|
|
using KitchenData;
|
||
|
|
using KitchenMods;
|
||
|
|
using Unity.Entities;
|
||
|
|
|
||
|
|
namespace Easter2025.Components
|
||
|
|
{
|
||
|
|
public struct CCanTriggerOrangeOrbs : IComponentData, IModComponent, IItemProperty
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|