6
StarHorizon_Public/Content.Shared/Light/Components/SharedLightBehaviourComponent.cs
2026-01-13 18:31:02 +02:00

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