GDTKItemStatSource.initializedFor
public Inventory initializedFor { get; }Description#
Inventory used to initialize this item
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(GDTKItemStatSource target) { Inventory result = target.initializedFor; } }