2025-08-12 07:06:28 +10:00
|
|
|
using Content.Shared.Light.EntitySystems;
|
2021-09-12 16:22:58 +10:00
|
|
|
|
2025-08-12 07:06:28 +10:00
|
|
|
namespace Content.Server.Light.EntitySystems;
|
2023-02-02 17:34:53 +01:00
|
|
|
|
2025-08-12 07:06:28 +10:00
|
|
|
public sealed class LightBulbSystem : SharedLightBulbSystem;
|