Files
crystall-punk-14/Content.Server/StationEvents/Components/BreakerFlipRuleComponent.cs

10 lines
222 B
C#
Raw Permalink Normal View History

2023-04-25 20:23:14 -04:00
using Content.Server.StationEvents.Events;
namespace Content.Server.StationEvents.Components;
[RegisterComponent, Access(typeof(BreakerFlipRule))]
public sealed partial class BreakerFlipRuleComponent : Component
2023-04-25 20:23:14 -04:00
{
}