StatsAndEffects.displayName
public string displayName { get; set; }Description#
Name of the creature or object attached
Usage#
Example
using NullSave.GDTK.Statsusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(StatsAndEffects target) { string result = target.displayName; } }