using Content.Shared.GameObjects.Components; using Robust.Shared.GameObjects; using Robust.Client.GameObjects; namespace Content.Client.GameObjects.Components.Interactable { /// /// Component that represents a handheld expendable light which can be activated and eventually dies over time. /// [RegisterComponent] public class ExpendableLightComponent : SharedExpendableLightComponent { } }