10 lines
163 B
C#
10 lines
163 B
C#
using Content.Shared.Light.EntitySystems;
|
|
|
|
namespace Content.Client.Light.EntitySystems;
|
|
|
|
/// <inheritdoc/>
|
|
public sealed class RoofSystem : SharedRoofSystem
|
|
{
|
|
|
|
}
|