More inventory work. APIs implemented.

Still need to do prototype loading and test cases.
This commit is contained in:
PJB3005
2017-09-24 23:19:47 +02:00
parent 66483bdd72
commit 73ae408e20
5 changed files with 148 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ namespace Content.Server.Interfaces.GameObjects
/// <summary>
/// The hand index of the currently active hand.
/// </summary>
string ActiveIndex { get; }
string ActiveIndex { get; set; }
/// <summary>
/// Enumerates over every held item.