More inventory work. APIs implemented.
Still need to do prototype loading and test cases.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user