Files
tbd-station-14/Content.Shared/Implants/Components/StorageImplantComponent.cs
2025-08-20 13:52:03 +02:00

12 lines
387 B
C#

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