6 lines
172 B
C#
6 lines
172 B
C#
|
|
namespace Content.Server.GameTicking.Rules.VariationPass.Components;
|
||
|
|
|
||
|
|
|
||
|
|
[RegisterComponent]
|
||
|
|
public sealed partial class SolarPanelReplaceVariationPassComponent : Component;
|