KudzuGrowthRuleComponent.cs 222 B

123456789
  1. using Content.Server.StationEvents.Events;
  2. namespace Content.Server.StationEvents.Components;
  3. [RegisterComponent, Access(typeof(KudzuGrowthRule))]
  4. public sealed partial class KudzuGrowthRuleComponent : Component
  5. {
  6. }