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