10 lines
150 B
C#
10 lines
150 B
C#
|
|
using Robust.Shared.GameObjects;
|
||
|
|
|
||
|
|
namespace Content.Shared.Light
|
||
|
|
{
|
||
|
|
public abstract class SharedEmergencyLightSystem : EntitySystem
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|