Cleanup subdermal implant code (#39755)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user