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