Re-organize all projects (#4166)
This commit is contained in:
14
Content.Server/Light/Components/LightBehaviourComponent.cs
Normal file
14
Content.Server/Light/Components/LightBehaviourComponent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Content.Shared.Light.Component;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.Light.Components
|
||||
{
|
||||
/// <summary>
|
||||
/// A component which applies a specific behaviour to a PointLightComponent on its owner.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public class LightBehaviourComponent : SharedLightBehaviourComponent
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user