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