Hot potato on fire (#16017)

This commit is contained in:
Slava0135
2023-05-06 13:30:16 +03:00
committed by GitHub
parent 5980197546
commit 1e56271d39
5 changed files with 104 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ using Robust.Shared.GameStates;
namespace Content.Shared.HotPotato;
/// <summary>
/// Similar to <see cref="Content.Shared.Interaction.Components.UnremoveableComponent"/>
/// Similar to <see cref="Interaction.Components.UnremoveableComponent"/>
/// except entities with this component can be removed in specific case: <see cref="CanTransfer"/>
/// </summary>
[RegisterComponent, NetworkedComponent]