Files
595eb5418d2b5ea0de6ee86b63a52ee1f100cef5
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
|
|||
{
|
|||
|
|||
}
|