Files
tbd-station-14/Content.Shared/Light/Component/SharedLightBehaviourComponent.cs
2022-02-16 18:23:23 +11:00

10 lines
285 B
C#

namespace Content.Shared.Light.Component
{
/// <summary>
/// A component which applies a specific behaviour to a PointLightComponent on its owner.
/// </summary>
public abstract class SharedLightBehaviourComponent : Robust.Shared.GameObjects.Component
{
}
}