SiliconLawSystem.cs 166 B

123456789
  1. using Content.Shared.Silicons.Laws;
  2. namespace Content.Client.Silicons.Laws;
  3. /// <inheritdoc/>
  4. public sealed class SiliconLawSystem : SharedSiliconLawSystem
  5. {
  6. }