2023-09-04 06:31:10 +01:00
|
|
|
|
using Content.Shared.Light.Components;
|
2020-09-03 16:02:40 -04:00
|
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
|
namespace Content.Server.Light.Components
|
2020-09-03 16:02:40 -04:00
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// A component which applies a specific behaviour to a PointLightComponent on its owner.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
|
public sealed partial class LightBehaviourComponent : SharedLightBehaviourComponent
|
2020-09-03 16:02:40 -04:00
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|