using Robust.Shared.GameStates; namespace Content.Shared.Power.Components; /// /// This entity is currently inside the charging slot of an entity with . /// Added regardless whether or not the charger is powered. /// [RegisterComponent, NetworkedComponent] public sealed partial class InsideChargerComponent : Component;