Class BluespaceLockerRule
Inheritance
System.Object
BluespaceLockerRule
Namespace: Content.Server.StationEvents.Events
Assembly: Content.Server.dll
Syntax
public sealed class BluespaceLockerRule : StationEventSystem<BluespaceLockerRuleComponent>
Methods
| Improve this Doc View SourceStarted(EntityUid, BluespaceLockerRuleComponent, GameRuleComponent, GameRuleStartedEvent)
Declaration
protected override void Started(EntityUid uid, BluespaceLockerRuleComponent component, GameRuleComponent gameRule, GameRuleStartedEvent args)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid | |
BluespaceLockerRuleComponent | component | |
GameRuleComponent | gameRule | |
Content.Server.GameTicking.Rules.Components.GameRuleStartedEvent | args |
Overrides
Content.Server.StationEvents.Events.StationEventSystem<Content.Server.StationEvents.Components.BluespaceLockerRuleComponent>.Started(EntityUid, Content.Server.StationEvents.Components.BluespaceLockerRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleStartedEvent)