RoofSystem.cs 163 B

123456789
  1. using Content.Shared.Light.EntitySystems;
  2. namespace Content.Client.Light.EntitySystems;
  3. /// <inheritdoc/>
  4. public sealed class RoofSystem : SharedRoofSystem
  5. {
  6. }