Literally fucking remove IEntity

This commit is contained in:
Vera Aguilera Puerto
2021-12-03 16:08:30 +01:00
parent 5cd42c9ad6
commit 2eacf98335
6 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ using Robust.Shared.ViewVariables;
namespace Content.Server.Destructible
{
/// <summary>
/// When attached to an <see cref="IEntity"/>, allows it to take damage
/// When attached to an <see cref="Robust.Shared.GameObjects.EntityUid"/>, allows it to take damage
/// and triggers thresholds when reached.
/// </summary>
[RegisterComponent]