6 lines
100 B
C#
6 lines
100 B
C#
|
|
namespace Content.Shared.Light;
|
||
|
|
|
||
|
|
public abstract class SharedRotatingLightSystem : EntitySystem
|
||
|
|
{
|
||
|
|
}
|