Extend RgbLightController (#6179)

This commit is contained in:
Leon Friedrich
2022-01-19 11:18:16 +13:00
committed by GitHub
parent b89557bb49
commit ac36f15a70
4 changed files with 189 additions and 21 deletions

View File

@@ -0,0 +1,8 @@
using Content.Shared.Light;
namespace Content.Server.Light.EntitySystems;
public sealed class RgbLightControllerSystem : SharedRgbLightControllerSystem
{
// Howdy
}