StatInteractable.InteractionImage
public Sprite InteractionImage { get; }
#
DescriptionImage to display in the UI
#
UsageExample
using NullSave.GDTK.Statsusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(StatInteractable target) { Sprite result = target.InteractionImage; } }