On this pageLimitWeightPlugin.descriptionpublic string description { get; }CopyDescription#Description of the pluginUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(LimitWeightPlugin target) { string result = target.description; } }Copy