Show / Hide Table of Contents

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>
Back to top Generated by DocFX