2021-07-17 02:37:09 +02:00
|
|
|
|
namespace Content.Shared.Light.Component
|
2020-09-03 16:02:40 -04:00
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// A component which applies a specific behaviour to a PointLightComponent on its owner.
|
|
|
|
|
|
/// </summary>
|
2022-02-16 00:23:23 -07:00
|
|
|
|
public abstract class SharedLightBehaviourComponent : Robust.Shared.GameObjects.Component
|
2020-09-03 16:02:40 -04:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|