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

@@ -40,7 +40,7 @@ namespace Content.Server.Stack
}
/// <summary>
/// Try to split this stack into two. Returns a non-null <see cref="IEntity"/> if successful.
/// Try to split this stack into two. Returns a non-null <see cref="Robust.Shared.GameObjects.EntityUid"/> if successful.
/// </summary>
public EntityUid? Split(EntityUid uid, int amount, EntityCoordinates spawnPosition, SharedStackComponent? stack = null)
{