AttackDamageModifier.titlebarText
public string titlebarText { get; }Description#
Text to display in the titlebar for the plugin
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(AttackDamageModifier target) { string result = target.titlebarText; } }