RgbLightControllerSystem.cs 171 B

12345678
  1. using Content.Shared.Light;
  2. namespace Content.Server.Light.EntitySystems;
  3. public sealed class RgbLightControllerSystem : SharedRgbLightControllerSystem
  4. {
  5. // Howdy
  6. }