Files
OldThink/Content.Server/Light/EntitySystems/RgbLightControllerSystem.cs

9 lines
171 B
C#
Raw Normal View History

2022-01-19 11:18:16 +13:00
using Content.Shared.Light;
namespace Content.Server.Light.EntitySystems;
public sealed class RgbLightControllerSystem : SharedRgbLightControllerSystem
{
// Howdy
}