Delta-v/Content.Shared/Light/Components/SharedLightBehaviourCompone...

9 lines
242 B
C#

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