Files
f6b09f32ffa680cef537a2019c19d189ad6cb5f4
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
|
|||
{
|
|||
|
|||
}
|