Files
8564d878c370f788cfbe9008a85537deb3b114b3
9 lines
155 B
C#
9 lines
155 B
C#
using Content.Shared.Light.EntitySystems;
|
|||
|
|||
namespace Content.Server.Light.EntitySystems;
|
|||
|
|||
public sealed class SunShadowSystem : SharedSunShadowSystem
|
|||
{
|
|||
|
|||
}
|