Files
TheGreatEggscape-Public/Components/CEggBasket.cs
T
Lachlan Leone c3a5153a56 Initial Commit
2026-04-05 18:57:16 +10:00

13 lines
293 B
C#

using KitchenData;
using KitchenMods;
using Unity.Entities;
namespace Easter2025.Components
{
public struct CEggBasket : IComponentData, IModComponent, IItemProperty
{
public struct CanPlaceInBasket : IComponentData, IModComponent, IItemProperty
{
}
}
}