Re-organize all projects (#4166)
This commit is contained in:
14
Content.Client/Light/Components/ExpendableLightComponent.cs
Normal file
14
Content.Client/Light/Components/ExpendableLightComponent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Content.Shared.Light.Component;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Client.Light.Components
|
||||
{
|
||||
/// <summary>
|
||||
/// Component that represents a handheld expendable light which can be activated and eventually dies over time.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public class ExpendableLightComponent : SharedExpendableLightComponent
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user