Files
tbd-station-14/Content.Server/StationEvents/Components/KudzuGrowthRuleComponent.cs

10 lines
222 B
C#

using Content.Server.StationEvents.Events;
namespace Content.Server.StationEvents.Components;
[RegisterComponent, Access(typeof(KudzuGrowthRule))]
public sealed partial class KudzuGrowthRuleComponent : Component
{
}