On this pageBasicDamageValue.damageTypepublic string damageType { get; }CopyDescription#Gets the associated Damage TypeUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(BasicDamageValue target) { string result = target.damageType; } }Copy