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