using Content.Shared.Storage; using Robust.Shared.GameStates; namespace Content.Shared.Implants.Components; /// /// Handles emptying the implant's when the implant is removed. /// Without this the contents would be deleted. /// [RegisterComponent, NetworkedComponent] public sealed partial class StorageImplantComponent : Component;