Files
TheGreatEggscape-Public/Components/CShouldShakeBushes.cs
T

10 lines
170 B
C#
Raw Permalink Normal View History

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