ItemContainer.statSource
public GDTKItemStatSource statSource { get; }Description#
Gets the stat source for this object
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(ItemContainer target) { GDTKItemStatSource result = target.statSource; } }