Inheritance
PlayerInventoriesHelper
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
[CreateAssetMenu(fileName = "PlayerInventoriesHelper", menuName = "Economy Tools/Player Inventories Helper")]
public class PlayerInventoriesHelper : ScriptableObject
Fields
Declaration
[Header("Inventories Helper")]
public PlayerInventoriesHelper.InventoriesAction action
Field Value
Declaration
[Header("Update Instance Settings")]
[TextArea]
public string instanceDataJson
Field Value
Declaration
[Header("Add Instance Settings")]
public string inventoryItemId
Field Value
Declaration
public string playersInventoryItemId
Field Value
Methods
Used to trigger the call to the Economy Service using the options set in the inspector.
Declaration
public async void InvokeAsync()