Done I hope. Needs testing and type checker updates.

waiting on https://github.com/space-wizards/space-station-14/pull/422
This commit is contained in:
PJB3005
2017-09-25 20:52:39 +02:00
parent 73ae408e20
commit 3e0bcddd4d
4 changed files with 100 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ namespace Content.Server.Interfaces.GameObjects
/// <exception cref="InvalidOperationException">
/// Thrown if the slot with specified name already exists.
/// </exception>
void AddSlot(string slot);
IInventorySlot AddSlot(string slot);
/// <summary>
/// Removes a slot from this inventory component.