10 lines
293 B
C#
10 lines
293 B
C#
namespace Content.Shared.Light.Component
|
|
{
|
|
/// <summary>
|
|
/// A component which applies a specific behaviour to a PointLightComponent on its owner.
|
|
/// </summary>
|
|
public abstract partial class SharedLightBehaviourComponent : Robust.Shared.GameObjects.Component
|
|
{
|
|
}
|
|
}
|