Files
8c24bb1535cc6fa024ac3ee7e5233249cff5cce3
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
|
|||
{
|
|||
|
|||
}
|