9 lines
242 B
C#
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
|
|
{
|
|
}
|