Inflatable Module (#35100)
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Co-authored-by: PJB3005 <pieterjan.briers+git@gmail.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Content.Shared.Engineering.Systems;
|
||||
using Content.Shared.Weapons.Melee.Balloon;
|
||||
|
||||
namespace Content.Shared.Engineering.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Implements logic to allow inflatable objects to be safely deflated by <see cref="BalloonPopperComponent"/> items.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The owning entity must have <see cref="DisassembleOnAltVerbComponent"/> to implement the logic.
|
||||
/// </remarks>
|
||||
/// <seealso cref="InflatableSafeDisassemblySystem"/>
|
||||
[RegisterComponent]
|
||||
public sealed partial class InflatableSafeDisassemblyComponent : Component;
|
||||
Reference in New Issue
Block a user