Files
TheGreatEggscape-Public/Components/CCanTriggerOrbs.cs
T

11 lines
201 B
C#
Raw Normal View History

2026-04-05 18:57:16 +10:00
using KitchenData;
using KitchenMods;
using Unity.Entities;
namespace Easter2025.Components
{
public struct CCanTriggerOrbs : IComponentData, IModComponent, IItemProperty
{
}
}