6
StarHorizon_Public/Content.Shared/Light/Components/SharedLightBehaviourComponent.cs
2025-12-27 15:27:38 +03: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
{
}