Interface IInventoryContainer
Namespace: StoryVerse
Assembly: Assembly-CSharp.dll.dll
Syntax
public interface IInventoryContainer
Properties
Inventory
Returns a readonly list of Inventory (a.k.a. in PlayFab ItemInstance)
Declaration
ReadOnlyCollection<string> Inventory { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<System.String> |