Equipment verbs & admin inventory access. (#14315)
This commit is contained in:
@@ -62,6 +62,9 @@ namespace Content.Shared.Strip.Components
|
||||
/// <summary>
|
||||
/// Used to modify strip times. Raised directed at the user.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This is also used by some stripping related interactions, i.e., interactions with items that are currently equipped by another player.
|
||||
/// </remarks>
|
||||
public sealed class BeforeStripEvent : BaseBeforeStripEvent
|
||||
{
|
||||
public BeforeStripEvent(float initialTime, bool stealth = false) : base(initialTime, stealth) { }
|
||||
@@ -70,6 +73,9 @@ namespace Content.Shared.Strip.Components
|
||||
/// <summary>
|
||||
/// Used to modify strip times. Raised directed at the target.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This is also used by some stripping related interactions, i.e., interactions with items that are currently equipped by another player.
|
||||
/// </remarks>
|
||||
public sealed class BeforeGettingStrippedEvent : BaseBeforeStripEvent
|
||||
{
|
||||
public BeforeGettingStrippedEvent(float initialTime, bool stealth = false) : base(initialTime, stealth) { }
|
||||
|
||||
Reference in New Issue
Block a user