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

@@ -53,7 +53,7 @@ namespace Content.Server.Mind.Components
/// <summary>
/// Don't call this unless you know what the hell you're doing.
/// Use <see cref="Mind.TransferTo(IEntity)"/> instead.
/// Use <see cref="Mind.TransferTo(Robust.Shared.GameObjects.EntityUid)"/> instead.
/// If that doesn't cover it, make something to cover it.
/// </summary>
public void InternalEjectMind()
@@ -65,7 +65,7 @@ namespace Content.Server.Mind.Components
/// <summary>
/// Don't call this unless you know what the hell you're doing.
/// Use <see cref="Mind.TransferTo(IEntity)"/> instead.
/// Use <see cref="Mind.TransferTo(Robust.Shared.GameObjects.EntityUid)"/> instead.
/// If that doesn't cover it, make something to cover it.
/// </summary>
public void InternalAssignMind(Mind value)