WallReplaceVariationPassComponent.cs 172 B

1234567
  1. namespace Content.Server.GameTicking.Rules.VariationPass.Components;
  2. [RegisterComponent]
  3. public sealed partial class WallReplaceVariationPassComponent : Component
  4. {
  5. }