1
0

IonStormRuleComponent.cs 228 B

123456789
  1. namespace Content.Server.StationEvents.Components;
  2. /// <summary>
  3. /// Gamerule component to mess up ai/borg laws when started.
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class IonStormRuleComponent : Component
  7. {
  8. }