GDTKStatValue.valueExpression
public string valueExpression { get; set; }Description#
Gets/Sets the value expression
Usage#
Example
using NullSave.GDTK.Stats;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(GDTKStatValue target) { string result = target.valueExpression; }
}