AddOnChoiceListUI.info
public BasicInfo info { get; set; }Description#
Information about the item
Usage#
Example
using NullSave.GDTK;using NullSave.GDTK.Stats;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(AddOnChoiceListUI target) { BasicInfo result = target.info; }
}